Shades of Deep Magenta #CC01B0
Tints of Deep Magenta #CC01B0
RGB
CMYK
RGB Variations
Color information
#CC01B0 (or 0xCC01B0) is known color: Deep Magenta. HEX triplet: CC, 01 and B0. RGB value is (204,1,176). Sum of RGB (Red+Green+Blue) = 204+1+176=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC01B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC01B0 is #33FE4F. Grayscale: #515151. Windows color (decimal): -3407440 or 11534796. OLE color: 11534796.
HSL color Cylindrical-coordinate representation of color #CC01B0: hue angle of 308.28º 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 #CC01B0 is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 176 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.2 |
| HSL | 308.28º | 0.99% | 0.4% | - |
| HSV(B) | 308.28º | 1% | 0.8% | - |
| XYZ | 32.75 | 15.99 | 42.44 | - |
| YUV | 81.65 | 181.25 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 176 | 0 | 1.00 | 0.14 | 0.2 | 308.28 | 0.99 | 0.4 |
| Hex | CC | 1 | B0 | 0 | 64 | E | 14 | 134 | 63 | 28 |
| Octal | 314 | 1 | 260 | 0 | 144 | 16 | 24 | 464 | 143 | 50 |
| Binary | 11001100 | 1 | 10110000 | 0 | 1100100 | 1110 | 10100 | 100110100 | 1100011 | 101000 |
Color Harmonies of #CC01B0
Complementary color
Monochromatic Colors of #CC01B0
Black with #CC01B0
Text Example
Text Example
White with #CC01B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC01B0; }
p { color: rgb(204,1,176); }
H1.HeaderClassName
{
color: #CC01B0;
}
.AnyTagClassName
{
color: #CC01B0;
}
</style>
background-color css
<style>
a { background-color: #CC01B0; }
a { background-color: rgb(204,1,176); }
div.DivClassName
{
background-color: #CC01B0;
}
.BgClassName
{
background-color: #CC01B0;
}
</style>
border-color css
<style>
span { border-color: #CC01B0; }
span { border-color: rgb(204,1,176); }
td.TdClassName
{
border-color: #CC01B0;
}
.TagClassName
{
border-color: #CC01B0;
}
</style>