#cc21c2

Color #CC21C2 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #CC21C2

Tints of Deep Magenta #CC21C2

Color information

#CC21C2 (or 0xCC21C2) is unknown color: approx Deep Magenta. HEX triplet: CC, 21 and C2. RGB value is (204,33,194). Sum of RGB (Red+Green+Blue) = 204+33+194=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21C2 is #33DE3D. Grayscale: #666666. Windows color (decimal): -3399230 or 12722636. OLE color: 12722636.

HSL color Cylindrical-coordinate representation of color #CC21C2: hue angle of 303.51º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC21C2 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB20433194-
CMYK00.840.050.2
HSL303.51º72.15%46.47%-
HSV(B)303.51º83.82%80%-
XYZ35.1817.8252.62-
YUV102.48179.65200.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 47.33%
GREEN value IS 33 (13.28% from 255) = 7.66%
BLUE value IS 194 (76.17% from 255) = 45.01%
R=47.33%
G=7.66%
B=45.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043319400.840.050.2303.5172.1546.47
HexCC21C2054514130482e
Octal31441302012452446011056
Binary110011001000011100001001010100101101001001100001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc21c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc21c2; }

 p { color: rgb(204,33,194); }

 H1.HeaderClassName
 {
   color: #cc21c2;
 }
 .AnyTagClassName
 {
   color: #cc21c2;
 }
</style>
background-color css

<style>
 a { background-color: #cc21c2; }

 a { background-color: rgb(204,33,194); }

 div.DivClassName
 {
   background-color: #cc21c2;
 }
 .BgClassName
 {
   background-color: #cc21c2;
 }
</style>
border-color css

<style>
 span { border-color: #cc21c2; }

 span { border-color: rgb(204,33,194); }

 td.TdClassName
 {
   border-color: #cc21c2;
 }
 .TagClassName
 {
   border-color: #cc21c2;
 }
</style>