Shades of Deep Magenta #CC16BD
Tints of Deep Magenta #CC16BD
RGB
CMYK
RGB Variations
Color information
#CC16BD (or 0xCC16BD) is known color: Deep Magenta. HEX triplet: CC, 16 and BD. RGB value is (204,22,189). Sum of RGB (Red+Green+Blue) = 204+22+189=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC16BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC16BD is #33E942. Grayscale: #5E5E5E. Windows color (decimal): -3402051 or 12392140. OLE color: 12392140.
HSL color Cylindrical-coordinate representation of color #CC16BD: hue angle of 304.95º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC16BD is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 189 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.2 |
| HSL | 304.95º | 0.81% | 0.44% | - |
| HSV(B) | 304.95º | 0.89% | 0.8% | - |
| XYZ | 34.37 | 17.09 | 49.63 | - |
| YUV | 95.46 | 180.8 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 189 | 0 | 0.89 | 0.07 | 0.2 | 304.95 | 0.81 | 0.44 |
| Hex | CC | 16 | BD | 0 | 59 | 7 | 14 | 131 | 51 | 2C |
| Octal | 314 | 26 | 275 | 0 | 131 | 7 | 24 | 461 | 121 | 54 |
| Binary | 11001100 | 10110 | 10111101 | 0 | 1011001 | 111 | 10100 | 100110001 | 1010001 | 101100 |
Color Harmonies of #CC16BD
Complementary color
Monochromatic Colors of #CC16BD
Black with #CC16BD
Text Example
Text Example
White with #CC16BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16BD; }
p { color: rgb(204,22,189); }
H1.HeaderClassName
{
color: #CC16BD;
}
.AnyTagClassName
{
color: #CC16BD;
}
</style>
background-color css
<style>
a { background-color: #CC16BD; }
a { background-color: rgb(204,22,189); }
div.DivClassName
{
background-color: #CC16BD;
}
.BgClassName
{
background-color: #CC16BD;
}
</style>
border-color css
<style>
span { border-color: #CC16BD; }
span { border-color: rgb(204,22,189); }
td.TdClassName
{
border-color: #CC16BD;
}
.TagClassName
{
border-color: #CC16BD;
}
</style>