Html Css Color HEX #CC05DC Deep Magenta

📋 copy color: '#CC05DC'

red 204 ◦ green 5 ◦ blue 220

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

Shades of Deep Magenta #CC05DC

Tints of Deep Magenta #CC05DC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 47.55%
G = 1.17%
B = 51.28%

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

#CC05DC (or 0xCC05DC) is known color: Deep Magenta. HEX triplet: CC, 05 and DC. RGB value is (204,5,220). Sum of RGB (Red+Green+Blue) = 204+5+220=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC05DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC05DC is #33FA23. Grayscale: #585858. Windows color (decimal): -3406372 or 14419404. OLE color: 14419404.

HSL color Cylindrical-coordinate representation of color #CC05DC: hue angle of 295.53º 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 #CC05DC is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 5 220 -
CMYK 0.07 0.98 0 0.14
HSL 295.53º 0.96% 0.44% -
HSV(B) 295.53º 0.98% 0.86% -
XYZ 37.87 18.11 69.21 -
YUV 89.01 201.93 210.02 -
System Red Green Blue C M Y K H S L
Decimal 204 5 220 0.07 0.98 0 0.14 295.53 0.96 0.44
Hex CC 5 DC 7 62 0 E 128 60 2C
Octal 314 5 334 7 142 0 16 450 140 54
Binary 11001100 101 11011100 111 1100010 0 1110 100101000 1100000 101100

Color Harmonies of #CC05DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC05DC

Black with #CC05DC

Text Example


Text Example

White with #CC05DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC05DC; }

 p { color: rgb(204,5,220); }

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

background-color css

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

 a { background-color: rgb(204,5,220); }

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

border-color css

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

 span { border-color: rgb(204,5,220); }

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