Html Css Color HEX #CC01BB Deep Magenta

📋 copy color: '#CC01BB'

red 204 ◦ green 1 ◦ blue 187

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

Shades of Deep Magenta #CC01BB

Tints of Deep Magenta #CC01BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 52.04%
G = 0.26%
B = 47.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC01BB (or 0xCC01BB) is known color: Deep Magenta. HEX triplet: CC, 01 and BB. RGB value is (204,1,187). Sum of RGB (Red+Green+Blue) = 204+1+187=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC01BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC01BB is #33FE44. Grayscale: #525252. Windows color (decimal): -3407429 or 12255692. OLE color: 12255692.

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

Color convert

RGB 204 1 187 -
CMYK 0 1.00 0.08 0.2
HSL 305.02º 0.99% 0.4% -
HSV(B) 305.02º 1% 0.8% -
XYZ 33.88 16.45 48.4 -
YUV 82.9 186.75 214.38 -
System Red Green Blue C M Y K H S L
Decimal 204 1 187 0 1.00 0.08 0.2 305.02 0.99 0.4
Hex CC 1 BB 0 64 8 14 131 63 28
Octal 314 1 273 0 144 10 24 461 143 50
Binary 11001100 1 10111011 0 1100100 1000 10100 100110001 1100011 101000

Color Harmonies of #CC01BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC01BB

Black with #CC01BB

Text Example


Text Example

White with #CC01BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC01BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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