#CC2AC4

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

Shades of Deep Magenta #CC2AC4

Tints of Deep Magenta #CC2AC4

Color information

#CC2AC4 (or 0xCC2AC4) is unknown color: approx Deep Magenta. HEX triplet: CC, 2A and C4. RGB value is (204,42,196). Sum of RGB (Red+Green+Blue) = 204+42+196=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2AC4 is #33D53B. Grayscale: #6B6B6B. Windows color (decimal): -3396924 or 12856012. OLE color: 12856012.

HSL color Cylindrical-coordinate representation of color #CC2AC4: hue angle of 302.96º 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 #CC2AC4 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB20442196-
CMYK00.790.040.2
HSL302.96º65.85%48.24%-
HSV(B)302.96º79.41%80%-
XYZ35.6918.4853.91-
YUV107.99177.67196.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 42 (16.80% from 255) = 9.50%
BLUE value IS 196 (76.95% from 255) = 44.34%
R=46.15%
G=9.50%
B=44.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044219600.790.040.2302.9665.8548.24
HexCC2AC404F41412f4230
Octal31452304011742445710260
Binary110011001010101100010001001111100101001001011111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2AC4; }

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

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

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

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

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

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

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

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