Shades of Deep Magenta #CC16CA
Tints of Deep Magenta #CC16CA
RGB
CMYK
RGB Variations
Color information
#CC16CA (or 0xCC16CA) is known color: Deep Magenta. HEX triplet: CC, 16 and CA. RGB value is (204,22,202). Sum of RGB (Red+Green+Blue) = 204+22+202=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC16CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC16CA is #33E935. Grayscale: #606060. Windows color (decimal): -3402038 or 13244108. OLE color: 13244108.
HSL color Cylindrical-coordinate representation of color #CC16CA: hue angle of 300.66º 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 #CC16CA is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 202 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.2 |
| HSL | 300.66º | 0.81% | 0.44% | - |
| HSV(B) | 300.66º | 0.89% | 0.8% | - |
| XYZ | 35.85 | 17.68 | 57.4 | - |
| YUV | 96.94 | 187.3 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 202 | 0 | 0.89 | 0.01 | 0.2 | 300.66 | 0.81 | 0.44 |
| Hex | CC | 16 | CA | 0 | 59 | 1 | 14 | 12D | 51 | 2C |
| Octal | 314 | 26 | 312 | 0 | 131 | 1 | 24 | 455 | 121 | 54 |
| Binary | 11001100 | 10110 | 11001010 | 0 | 1011001 | 1 | 10100 | 100101101 | 1010001 | 101100 |
Color Harmonies of #CC16CA
Complementary color
Monochromatic Colors of #CC16CA
Black with #CC16CA
Text Example
Text Example
White with #CC16CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16CA; }
p { color: rgb(204,22,202); }
H1.HeaderClassName
{
color: #CC16CA;
}
.AnyTagClassName
{
color: #CC16CA;
}
</style>
background-color css
<style>
a { background-color: #CC16CA; }
a { background-color: rgb(204,22,202); }
div.DivClassName
{
background-color: #CC16CA;
}
.BgClassName
{
background-color: #CC16CA;
}
</style>
border-color css
<style>
span { border-color: #CC16CA; }
span { border-color: rgb(204,22,202); }
td.TdClassName
{
border-color: #CC16CA;
}
.TagClassName
{
border-color: #CC16CA;
}
</style>