Html Css Color HEX #CC01DC Deep Magenta

📋 copy color: '#CC01DC'

red 204 ◦ green 1 ◦ blue 220

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

Shades of Deep Magenta #CC01DC

Tints of Deep Magenta #CC01DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 48%
G = 0.24%
B = 51.76%

CMYK

 C value IS 0.07

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC01DC (or 0xCC01DC) is known color: Deep Magenta. HEX triplet: CC, 01 and DC. RGB value is (204,1,220). Sum of RGB (Red+Green+Blue) = 204+1+220=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 1 (0.78% from 255 or 0.24% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC01DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC01DC is #33FE23. Grayscale: #555555. Windows color (decimal): -3407396 or 14418380. OLE color: 14418380.

HSL color Cylindrical-coordinate representation of color #CC01DC: hue angle of 295.62º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC01DC is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 1 220 -
CMYK 0.07 1.00 0 0.14
HSL 295.62º 0.99% 0.43% -
HSV(B) 295.62º 1% 0.86% -
XYZ 37.83 18.03 69.2 -
YUV 86.66 203.25 211.69 -
System Red Green Blue C M Y K H S L
Decimal 204 1 220 0.07 1.00 0 0.14 295.62 0.99 0.43
Hex CC 1 DC 7 64 0 E 128 63 2B
Octal 314 1 334 7 144 0 16 450 143 53
Binary 11001100 1 11011100 111 1100100 0 1110 100101000 1100011 101011

Color Harmonies of #CC01DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC01DC

Black with #CC01DC

Text Example


Text Example

White with #CC01DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC01DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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