#CC06E1

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

Shades of Deep Magenta #CC06E1

Tints of Deep Magenta #CC06E1

Color information

#CC06E1 (or 0xCC06E1) is unknown color: approx Deep Magenta. HEX triplet: CC, 06 and E1. RGB value is (204,6,225). Sum of RGB (Red+Green+Blue) = 204+6+225=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 6 (2.73% from 255 or 1.38% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC06E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC06E1 is #33F91E. Grayscale: #595959. Windows color (decimal): -3406111 or 14747340. OLE color: 14747340.

HSL color Cylindrical-coordinate representation of color #CC06E1: hue angle of 294.25º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC06E1 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2046225-
CMYK0.090.9700.12
HSL294.25º94.81%45.29%-
HSV(B)294.25º97.33%88.24%-
XYZ38.5618.472.75-
YUV90.17204.1209.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 6 (2.73% from 255) = 1.38%
BLUE value IS 225 (88.28% from 255) = 51.72%
R=46.90%
G=1.38%
B=51.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal20462250.090.9700.12294.2594.8145.29
HexCC6E19610C1265f2d
Octal31463411114101444613755
Binary110011001101110000110011100001011001001001101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC06E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC06E1; }

 p { color: rgb(204,6,225); }

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

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

 a { background-color: rgb(204,6,225); }

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

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

 span { border-color: rgb(204,6,225); }

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