Html Css Color HEX #CC01B6 Deep Magenta

📋 copy color: '#CC01B6'

red 204 ◦ green 1 ◦ blue 182

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

Shades of Deep Magenta #CC01B6

Tints of Deep Magenta #CC01B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.03%

R = 52.71%
G = 0.26%
B = 47.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC01B6 (or 0xCC01B6) is known color: Deep Magenta. HEX triplet: CC, 01 and B6. RGB value is (204,1,182). Sum of RGB (Red+Green+Blue) = 204+1+182=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC01B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC01B6 is #33FE49. Grayscale: #515151. Windows color (decimal): -3407434 or 11928012. OLE color: 11928012.

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

Color convert

RGB 204 1 182 -
CMYK 0 1.00 0.11 0.2
HSL 306.5º 0.99% 0.4% -
HSV(B) 306.5º 1% 0.8% -
XYZ 33.36 16.24 45.63 -
YUV 82.33 184.25 214.78 -
System Red Green Blue C M Y K H S L
Decimal 204 1 182 0 1.00 0.11 0.2 306.5 0.99 0.4
Hex CC 1 B6 0 64 B 14 133 63 28
Octal 314 1 266 0 144 13 24 463 143 50
Binary 11001100 1 10110110 0 1100100 1011 10100 100110011 1100011 101000

Color Harmonies of #CC01B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC01B6

Black with #CC01B6

Text Example


Text Example

White with #CC01B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC01B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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