#CC0AC2

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

Shades of Deep Magenta #CC0AC2

Tints of Deep Magenta #CC0AC2

Color information

#CC0AC2 (or 0xCC0AC2) is unknown color: approx Deep Magenta. HEX triplet: CC, 0A and C2. RGB value is (204,10,194). Sum of RGB (Red+Green+Blue) = 204+10+194=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 194 (76.17% from 255 or 47.55% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0AC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0AC2 is #33F53D. Grayscale: #585858. Windows color (decimal): -3405118 or 12716748. OLE color: 12716748.

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

Color convert

RGB20410194-
CMYK00.950.050.2
HSL303.09º90.65%41.96%-
HSV(B)303.09º95.1%80%-
XYZ34.7516.9552.48-
YUV88.98187.27210.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 10 (4.30% from 255) = 2.45%
BLUE value IS 194 (76.17% from 255) = 47.55%
R=50%
G=2.45%
B=47.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041019400.950.050.2303.0990.6541.96
HexCCAC205F51412f5b2a
Octal31412302013752445713352
Binary1100110010101100001001011111101101001001011111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0AC2; }

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

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

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

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

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

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

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

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