#CC08D3

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

Shades of Deep Magenta #CC08D3

Tints of Deep Magenta #CC08D3

Color information

#CC08D3 (or 0xCC08D3) is unknown color: approx Deep Magenta. HEX triplet: CC, 08 and D3. RGB value is (204,8,211). Sum of RGB (Red+Green+Blue) = 204+8+211=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC08D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08D3 is #33F72C. Grayscale: #595959. Windows color (decimal): -3405613 or 13830348. OLE color: 13830348.

HSL color Cylindrical-coordinate representation of color #CC08D3: hue angle of 297.93º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC08D3 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB2048211-
CMYK0.030.9600.17
HSL297.93º92.69%42.94%-
HSV(B)297.93º96.21%82.75%-
XYZ36.7517.7163.11-
YUV89.75196.43209.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.23%
GREEN value IS 8 (3.52% from 255) = 1.89%
BLUE value IS 211 (82.81% from 255) = 49.88%
R=48.23%
G=1.89%
B=49.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal20482110.030.9600.17297.9392.6942.94
HexCC8D336001112a5d2b
Octal31410323314002145213553
Binary110011001000110100111111000000100011001010101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC08D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC08D3; }

 p { color: rgb(204,8,211); }

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

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

 a { background-color: rgb(204,8,211); }

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

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

 span { border-color: rgb(204,8,211); }

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