#CC2AC8

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

Shades of Deep Magenta #CC2AC8

Tints of Deep Magenta #CC2AC8

Color information

#CC2AC8 (or 0xCC2AC8) is unknown color: approx Deep Magenta. HEX triplet: CC, 2A and C8. RGB value is (204,42,200). Sum of RGB (Red+Green+Blue) = 204+42+200=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2AC8 is #33D537. Grayscale: #6B6B6B. Windows color (decimal): -3396920 or 13118156. OLE color: 13118156.

HSL color Cylindrical-coordinate representation of color #CC2AC8: hue angle of 301.48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2AC8 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB20442200-
CMYK00.790.020.2
HSL301.48º65.85%48.24%-
HSV(B)301.48º79.41%80%-
XYZ36.1618.6656.34-
YUV108.45179.67196.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 42 (16.80% from 255) = 9.42%
BLUE value IS 200 (78.52% from 255) = 44.84%
R=45.74%
G=9.42%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044220000.790.020.2301.4865.8548.24
HexCC2AC804F21412d4230
Octal31452310011722445510260
Binary11001100101010110010000100111110101001001011011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2AC8; }

 p { color: rgb(204,42,200); }

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

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

 a { background-color: rgb(204,42,200); }

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

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

 span { border-color: rgb(204,42,200); }

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