Html Css Color HEX #CC04DD Deep Magenta

📋 copy color: '#CC04DD'

red 204 ◦ green 4 ◦ blue 221

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

Shades of Deep Magenta #CC04DD

Tints of Deep Magenta #CC04DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 47.55%
G = 0.93%
B = 51.52%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC04DD (or 0xCC04DD) is known color: Deep Magenta. HEX triplet: CC, 04 and DD. RGB value is (204,4,221). Sum of RGB (Red+Green+Blue) = 204+4+221=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 4 (1.95% from 255 or 0.93% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC04DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC04DD is #33FB22. Grayscale: #575757. Windows color (decimal): -3406627 or 14484684. OLE color: 14484684.

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

Color convert

RGB 204 4 221 -
CMYK 0.08 0.98 0 0.13
HSL 295.3º 0.96% 0.44% -
HSV(B) 295.3º 0.98% 0.87% -
XYZ 38 18.14 69.91 -
YUV 88.54 202.76 210.36 -
System Red Green Blue C M Y K H S L
Decimal 204 4 221 0.08 0.98 0 0.13 295.3 0.96 0.44
Hex CC 4 DD 8 62 0 D 127 60 2C
Octal 314 4 335 10 142 0 15 447 140 54
Binary 11001100 100 11011101 1000 1100010 0 1101 100100111 1100000 101100

Color Harmonies of #CC04DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC04DD

Black with #CC04DD

Text Example


Text Example

White with #CC04DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC04DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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