Html Css Color HEX #CC01DD Deep Magenta

📋 copy color: '#CC01DD'

red 204 ◦ green 1 ◦ blue 221

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

Shades of Deep Magenta #CC01DD

Tints of Deep Magenta #CC01DD

RGB

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

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

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

R = 47.89%
G = 0.23%
B = 51.88%

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

#CC01DD (or 0xCC01DD) is known color: Deep Magenta. HEX triplet: CC, 01 and DD. RGB value is (204,1,221). Sum of RGB (Red+Green+Blue) = 204+1+221=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC01DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC01DD is #33FE22. Grayscale: #565656. Windows color (decimal): -3407395 or 14483916. OLE color: 14483916.

HSL color Cylindrical-coordinate representation of color #CC01DD: hue angle of 295.36º 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 #CC01DD is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 1 221 -
CMYK 0.08 1.00 0 0.13
HSL 295.36º 0.99% 0.44% -
HSV(B) 295.36º 1% 0.87% -
XYZ 37.96 18.08 69.9 -
YUV 86.78 203.75 211.61 -
System Red Green Blue C M Y K H S L
Decimal 204 1 221 0.08 1.00 0 0.13 295.36 0.99 0.44
Hex CC 1 DD 8 64 0 D 127 63 2C
Octal 314 1 335 10 144 0 15 447 143 54
Binary 11001100 1 11011101 1000 1100100 0 1101 100100111 1100011 101100

Color Harmonies of #CC01DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC01DD

Black with #CC01DD

Text Example


Text Example

White with #CC01DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC01DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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