Shades of Deep Magenta #CC0FB1
Tints of Deep Magenta #CC0FB1
RGB
CMYK
RGB Variations
Color information
#CC0FB1 (or 0xCC0FB1) is known color: Deep Magenta. HEX triplet: CC, 0F and B1. RGB value is (204,15,177). Sum of RGB (Red+Green+Blue) = 204+15+177=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0FB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0FB1 is #33F04E. Grayscale: #595959. Windows color (decimal): -3403855 or 11603916. OLE color: 11603916.
HSL color Cylindrical-coordinate representation of color #CC0FB1: hue angle of 308.57º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC0FB1 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 15 | 177 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.2 |
| HSL | 308.57º | 0.86% | 0.43% | - |
| HSV(B) | 308.57º | 0.93% | 0.8% | - |
| XYZ | 33.01 | 16.35 | 43.01 | - |
| YUV | 89.98 | 177.12 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 177 | 0 | 0.93 | 0.13 | 0.2 | 308.57 | 0.86 | 0.43 |
| Hex | CC | F | B1 | 0 | 5D | D | 14 | 135 | 56 | 2B |
| Octal | 314 | 17 | 261 | 0 | 135 | 15 | 24 | 465 | 126 | 53 |
| Binary | 11001100 | 1111 | 10110001 | 0 | 1011101 | 1101 | 10100 | 100110101 | 1010110 | 101011 |
Color Harmonies of #CC0FB1
Complementary color
Monochromatic Colors of #CC0FB1
Black with #CC0FB1
Text Example
Text Example
White with #CC0FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0FB1; }
p { color: rgb(204,15,177); }
H1.HeaderClassName
{
color: #CC0FB1;
}
.AnyTagClassName
{
color: #CC0FB1;
}
</style>
background-color css
<style>
a { background-color: #CC0FB1; }
a { background-color: rgb(204,15,177); }
div.DivClassName
{
background-color: #CC0FB1;
}
.BgClassName
{
background-color: #CC0FB1;
}
</style>
border-color css
<style>
span { border-color: #CC0FB1; }
span { border-color: rgb(204,15,177); }
td.TdClassName
{
border-color: #CC0FB1;
}
.TagClassName
{
border-color: #CC0FB1;
}
</style>