Html Css Color HEX #CC01DE Deep Magenta

📋 copy color: '#CC01DE'

red 204 ◦ green 1 ◦ blue 222

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

Shades of Deep Magenta #CC01DE

Tints of Deep Magenta #CC01DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.99%

R = 47.78%
G = 0.23%
B = 51.99%

CMYK

 C value IS 0.08

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC01DE (or 0xCC01DE) is known color: Deep Magenta. HEX triplet: CC, 01 and DE. RGB value is (204,1,222). Sum of RGB (Red+Green+Blue) = 204+1+222=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC01DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC01DE is #33FE21. Grayscale: #565656. Windows color (decimal): -3407394 or 14549452. OLE color: 14549452.

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

Color convert

RGB 204 1 222 -
CMYK 0.08 1.00 0 0.13
HSL 295.11º 0.99% 0.44% -
HSV(B) 295.11º 1% 0.87% -
XYZ 38.1 18.13 70.6 -
YUV 86.89 204.25 211.53 -
System Red Green Blue C M Y K H S L
Decimal 204 1 222 0.08 1.00 0 0.13 295.11 0.99 0.44
Hex CC 1 DE 8 64 0 D 127 63 2C
Octal 314 1 336 10 144 0 15 447 143 54
Binary 11001100 1 11011110 1000 1100100 0 1101 100100111 1100011 101100

Color Harmonies of #CC01DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC01DE

Black with #CC01DE

Text Example


Text Example

White with #CC01DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC01DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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