Html Css Color HEX #CC04DF Deep Magenta

📋 copy color: '#CC04DF'

red 204 ◦ green 4 ◦ blue 223

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

Shades of Deep Magenta #CC04DF

Tints of Deep Magenta #CC04DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 47.33%
G = 0.93%
B = 51.74%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC04DF (or 0xCC04DF) is known color: Deep Magenta. HEX triplet: CC, 04 and DF. RGB value is (204,4,223). Sum of RGB (Red+Green+Blue) = 204+4+223=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 4 (1.95% from 255 or 0.93% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC04DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC04DF is #33FB20. Grayscale: #585858. Windows color (decimal): -3406625 or 14615756. OLE color: 14615756.

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

Color convert

RGB 204 4 223 -
CMYK 0.09 0.98 0 0.13
HSL 294.79º 0.96% 0.45% -
HSV(B) 294.79º 0.98% 0.87% -
XYZ 38.26 18.25 71.32 -
YUV 88.77 203.76 210.19 -
System Red Green Blue C M Y K H S L
Decimal 204 4 223 0.09 0.98 0 0.13 294.79 0.96 0.45
Hex CC 4 DF 9 62 0 D 127 60 2D
Octal 314 4 337 11 142 0 15 447 140 55
Binary 11001100 100 11011111 1001 1100010 0 1101 100100111 1100000 101101

Color Harmonies of #CC04DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC04DF

Black with #CC04DF

Text Example


Text Example

White with #CC04DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC04DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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