#CC2ADD

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

Shades of Deep Magenta #CC2ADD

Tints of Deep Magenta #CC2ADD

Color information

#CC2ADD (or 0xCC2ADD) is unknown color: approx Deep Magenta. HEX triplet: CC, 2A and DD. RGB value is (204,42,221). Sum of RGB (Red+Green+Blue) = 204+42+221=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 42 (16.80% from 255 or 8.99% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC2ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2ADD is #33D522. Grayscale: #6E6E6E. Windows color (decimal): -3396899 or 14494412. OLE color: 14494412.

HSL color Cylindrical-coordinate representation of color #CC2ADD: hue angle of 294.3º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2ADD is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20442221-
CMYK0.080.8100.13
HSL294.3º72.47%51.57%-
HSV(B)294.3º81%86.67%-
XYZ38.7819.7170.17-
YUV110.84190.17194.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 42 (16.80% from 255) = 8.99%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=43.68%
G=8.99%
B=47.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204422210.080.8100.13294.372.4751.57
HexCC2ADD8510D1264834
Octal314523351012101544611064
Binary110011001010101101110110001010001011011001001101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2ADD; }

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

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

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

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

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

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

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

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