Canadian Broadcasting Company
Burton Kramer (1972)

Animated Representation of CBC's "The Gem" Logo
Logo History
The fourth logo of the Canadian Broadcasting Corporation (CBC), internally known as "The Gem," was designed by graphic artist Burton Kramer in December 1974. This design is one of the corporation’s most recognized symbols.
In its original television version:
-
The logo appeared as a kaleidoscopic animation that transformed into its final shape while radiating outward from the center of the screen against a blue background.
-
This animation, colloquially known as "The Exploding Pizza," marked the arrival of color television service across the CBC network.
The design holds deep symbolism:
-
The large central figure represents the letter "C" for Canada.
-
The radiating parts symbolize the broadcast of signals, reflecting the mission of transmitting across the nation.
-
The surrounding blue circle alludes to the world, encapsulating the idea of "Canada broadcasting to the world."


Personal Interpretation
I have explored animated geometric variations that capture the dynamic spirit of the original design. Using JavaScript and the p5.js library, I created a representation that:
-
Allows manipulation of parameters such as the number of shapes and their proximity.
-
Simulates an expanding visual effect similar to the original version.
Technical Details
The program generates a series of geometric shapes that emulate the radiating sections of the CBC logo.
Key Features:
-
Distance Factor: Controls how closely the shapes align, creating a contraction or expansion effect.
-
Number of Elements: Adjusts the density and complexity of geometric variations.
Interactive controls (sliders) allow users to experiment with different settings to generate new visual interpretations.
See the logo study in P5 in OpenProcessing
Code p5
| Text Only | |
|---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | |