Html Css Color HEX #CC01CB Deep Magenta

📋 copy color: '#CC01CB'

red 204 ◦ green 1 ◦ blue 203

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

Shades of Deep Magenta #CC01CB

Tints of Deep Magenta #CC01CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.75%

R = 50%
G = 0.25%
B = 49.75%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC01CB (or 0xCC01CB) is known color: Deep Magenta. HEX triplet: CC, 01 and CB. RGB value is (204,1,203). Sum of RGB (Red+Green+Blue) = 204+1+203=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC01CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC01CB is #33FE34. Grayscale: #545454. Windows color (decimal): -3407413 or 13304268. OLE color: 13304268.

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

Color convert

RGB 204 1 203 -
CMYK 0 1.00 0.00 0.2
HSL 300.3º 0.99% 0.4% -
HSV(B) 300.3º 1% 0.8% -
XYZ 35.69 17.17 57.93 -
YUV 84.73 194.75 213.07 -
System Red Green Blue C M Y K H S L
Decimal 204 1 203 0 1.00 0.00 0.2 300.3 0.99 0.4
Hex CC 1 CB 0 64 0 14 12C 63 28
Octal 314 1 313 0 144 0 24 454 143 50
Binary 11001100 1 11001011 0 1100100 0 10100 100101100 1100011 101000

Color Harmonies of #CC01CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC01CB

Black with #CC01CB

Text Example


Text Example

White with #CC01CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC01CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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