#CC08CF

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

Shades of Deep Magenta #CC08CF

Tints of Deep Magenta #CC08CF

Color information

#CC08CF (or 0xCC08CF) is unknown color: approx Deep Magenta. HEX triplet: CC, 08 and CF. RGB value is (204,8,207). Sum of RGB (Red+Green+Blue) = 204+8+207=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC08CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08CF is #33F730. Grayscale: #585858. Windows color (decimal): -3405617 or 13568204. OLE color: 13568204.

HSL color Cylindrical-coordinate representation of color #CC08CF: hue angle of 299.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC08CF is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2048207-
CMYK0.010.9600.19
HSL299.1º92.56%42.16%-
HSV(B)299.1º96.14%81.18%-
XYZ36.2517.5260.5-
YUV89.29194.43209.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.69%
GREEN value IS 8 (3.52% from 255) = 1.91%
BLUE value IS 207 (81.25% from 255) = 49.40%
R=48.69%
G=1.91%
B=49.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20482070.010.9600.19299.192.5642.16
HexCC8CF16001312b5d2a
Octal31410317114002345313552
Binary11001100100011001111111000000100111001010111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC08CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC08CF; }

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

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

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

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

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

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

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

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