Html Css Color HEX #CC01CD Deep Magenta

📋 copy color: '#CC01CD'

red 204 ◦ green 1 ◦ blue 205

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

Shades of Deep Magenta #CC01CD

Tints of Deep Magenta #CC01CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50%

R = 49.76%
G = 0.24%
B = 50%

CMYK

 C value IS 0.00

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC01CD (or 0xCC01CD) is known color: Deep Magenta. HEX triplet: CC, 01 and CD. RGB value is (204,1,205). Sum of RGB (Red+Green+Blue) = 204+1+205=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC01CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC01CD is #33FE32. Grayscale: #545454. Windows color (decimal): -3407411 or 13435340. OLE color: 13435340.

HSL color Cylindrical-coordinate representation of color #CC01CD: hue angle of 299.71º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC01CD is Cyan = 0.00, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 1 205 -
CMYK 0.00 1.00 0 0.20
HSL 299.71º 0.99% 0.4% -
HSV(B) 299.71º 1% 0.8% -
XYZ 35.93 17.27 59.2 -
YUV 84.95 195.75 212.91 -
System Red Green Blue C M Y K H S L
Decimal 204 1 205 0.00 1.00 0 0.20 299.71 0.99 0.4
Hex CC 1 CD 0 64 0 14 12C 63 28
Octal 314 1 315 0 144 0 24 454 143 50
Binary 11001100 1 11001101 0 1100100 0 10100 100101100 1100011 101000

Color Harmonies of #CC01CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC01CD

Black with #CC01CD

Text Example


Text Example

White with #CC01CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC01CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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