Html Css Color HEX #CC2ADD Deep Magenta

📋 copy color: '#CC2ADD'

red 204 ◦ green 42 ◦ blue 221

#CC2ADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CC2ADD

Tints of Deep Magenta #CC2ADD

RGB

 RED value IS 204 (80.08% from 255) = 43.68%

 GREEN value IS 42 (16.8% 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 value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC2ADD (or 0xCC2ADD) is known color: 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

RGB 204 42 221 -
CMYK 0.08 0.81 0 0.13
HSL 294.3º 0.72% 0.52% -
HSV(B) 294.3º 0.81% 0.87% -
XYZ 38.78 19.71 70.17 -
YUV 110.84 190.17 194.45 -
System Red Green Blue C M Y K H S L
Decimal 204 42 221 0.08 0.81 0 0.13 294.3 0.72 0.52
Hex CC 2A DD 8 51 0 D 126 48 34
Octal 314 52 335 10 121 0 15 446 110 64
Binary 11001100 101010 11011101 1000 1010001 0 1101 100100110 1001000 110100

Color Harmonies of #CC2ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2ADD

Black with #CC2ADD

Text Example


Text Example

White with #CC2ADD

Text Example


Text Example

HTML Codes & Css Web 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>