Shades of Deep Magenta #CC16C9
Tints of Deep Magenta #CC16C9
RGB
CMYK
RGB Variations
Color information
#CC16C9 (or 0xCC16C9) is known color: Deep Magenta. HEX triplet: CC, 16 and C9. RGB value is (204,22,201). Sum of RGB (Red+Green+Blue) = 204+22+201=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC16C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC16C9 is #33E936. Grayscale: #606060. Windows color (decimal): -3402039 or 13178572. OLE color: 13178572.
HSL color Cylindrical-coordinate representation of color #CC16C9: hue angle of 300.99º 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 #CC16C9 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 201 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.2 |
| HSL | 300.99º | 0.81% | 0.44% | - |
| HSV(B) | 300.99º | 0.89% | 0.8% | - |
| XYZ | 35.73 | 17.63 | 56.78 | - |
| YUV | 96.82 | 186.8 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 201 | 0 | 0.89 | 0.01 | 0.2 | 300.99 | 0.81 | 0.44 |
| Hex | CC | 16 | C9 | 0 | 59 | 1 | 14 | 12D | 51 | 2C |
| Octal | 314 | 26 | 311 | 0 | 131 | 1 | 24 | 455 | 121 | 54 |
| Binary | 11001100 | 10110 | 11001001 | 0 | 1011001 | 1 | 10100 | 100101101 | 1010001 | 101100 |
Color Harmonies of #CC16C9
Complementary color
Monochromatic Colors of #CC16C9
Black with #CC16C9
Text Example
Text Example
White with #CC16C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16C9; }
p { color: rgb(204,22,201); }
H1.HeaderClassName
{
color: #CC16C9;
}
.AnyTagClassName
{
color: #CC16C9;
}
</style>
background-color css
<style>
a { background-color: #CC16C9; }
a { background-color: rgb(204,22,201); }
div.DivClassName
{
background-color: #CC16C9;
}
.BgClassName
{
background-color: #CC16C9;
}
</style>
border-color css
<style>
span { border-color: #CC16C9; }
span { border-color: rgb(204,22,201); }
td.TdClassName
{
border-color: #CC16C9;
}
.TagClassName
{
border-color: #CC16C9;
}
</style>