Html Css Color HEX #CC2ADB Deep Magenta

📋 copy color: '#CC2ADB'

red 204 ◦ green 42 ◦ blue 219

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

Shades of Deep Magenta #CC2ADB

Tints of Deep Magenta #CC2ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.03%

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 43.87%
G = 9.03%
B = 47.1%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC2ADB (or 0xCC2ADB) is known color: Deep Magenta. HEX triplet: CC, 2A and DB. RGB value is (204,42,219). Sum of RGB (Red+Green+Blue) = 204+42+219=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 42 (16.80% from 255 or 9.03% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC2ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2ADB is #33D524. Grayscale: #6E6E6E. Windows color (decimal): -3396901 or 14363340. OLE color: 14363340.

HSL color Cylindrical-coordinate representation of color #CC2ADB: hue angle of 294.92º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2ADB is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 42 219 -
CMYK 0.07 0.81 0 0.14
HSL 294.92º 0.71% 0.51% -
HSV(B) 294.92º 0.81% 0.86% -
XYZ 38.52 19.61 68.77 -
YUV 110.62 189.17 194.61 -
System Red Green Blue C M Y K H S L
Decimal 204 42 219 0.07 0.81 0 0.14 294.92 0.71 0.51
Hex CC 2A DB 7 51 0 E 127 47 33
Octal 314 52 333 7 121 0 16 447 107 63
Binary 11001100 101010 11011011 111 1010001 0 1110 100100111 1000111 110011

Color Harmonies of #CC2ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2ADB

Black with #CC2ADB

Text Example


Text Example

White with #CC2ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2ADB; }

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

 H1.HeaderClassName
 {
   color: #CC2ADB;
 }
 .AnyTagClassName
 {
   color: #CC2ADB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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