Html Css Color HEX #CC04DB Deep Magenta

📋 copy color: '#CC04DB'

red 204 ◦ green 4 ◦ blue 219

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

Shades of Deep Magenta #CC04DB

Tints of Deep Magenta #CC04DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.94%

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

R = 47.78%
G = 0.94%
B = 51.29%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC04DB (or 0xCC04DB) is known color: Deep Magenta. HEX triplet: CC, 04 and DB. RGB value is (204,4,219). Sum of RGB (Red+Green+Blue) = 204+4+219=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC04DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC04DB is #33FB24. Grayscale: #575757. Windows color (decimal): -3406629 or 14353612. OLE color: 14353612.

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

Color convert

RGB 204 4 219 -
CMYK 0.07 0.98 0 0.14
HSL 295.81º 0.96% 0.44% -
HSV(B) 295.81º 0.98% 0.86% -
XYZ 37.73 18.04 68.51 -
YUV 88.31 201.76 210.52 -
System Red Green Blue C M Y K H S L
Decimal 204 4 219 0.07 0.98 0 0.14 295.81 0.96 0.44
Hex CC 4 DB 7 62 0 E 128 60 2C
Octal 314 4 333 7 142 0 16 450 140 54
Binary 11001100 100 11011011 111 1100010 0 1110 100101000 1100000 101100

Color Harmonies of #CC04DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC04DB

Black with #CC04DB

Text Example


Text Example

White with #CC04DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC04DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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