Shades of Deep Magenta #CC16BC
Tints of Deep Magenta #CC16BC
RGB
CMYK
RGB Variations
Color information
#CC16BC (or 0xCC16BC) is known color: Deep Magenta. HEX triplet: CC, 16 and BC. RGB value is (204,22,188). Sum of RGB (Red+Green+Blue) = 204+22+188=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC16BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC16BC is #33E943. Grayscale: #5E5E5E. Windows color (decimal): -3402052 or 12326604. OLE color: 12326604.
HSL color Cylindrical-coordinate representation of color #CC16BC: hue angle of 305.27º 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 #CC16BC is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 188 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.2 |
| HSL | 305.27º | 0.81% | 0.44% | - |
| HSV(B) | 305.27º | 0.89% | 0.8% | - |
| XYZ | 34.27 | 17.04 | 49.06 | - |
| YUV | 95.34 | 180.3 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 188 | 0 | 0.89 | 0.08 | 0.2 | 305.27 | 0.81 | 0.44 |
| Hex | CC | 16 | BC | 0 | 59 | 8 | 14 | 131 | 51 | 2C |
| Octal | 314 | 26 | 274 | 0 | 131 | 10 | 24 | 461 | 121 | 54 |
| Binary | 11001100 | 10110 | 10111100 | 0 | 1011001 | 1000 | 10100 | 100110001 | 1010001 | 101100 |
Color Harmonies of #CC16BC
Complementary color
Monochromatic Colors of #CC16BC
Black with #CC16BC
Text Example
Text Example
White with #CC16BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16BC; }
p { color: rgb(204,22,188); }
H1.HeaderClassName
{
color: #CC16BC;
}
.AnyTagClassName
{
color: #CC16BC;
}
</style>
background-color css
<style>
a { background-color: #CC16BC; }
a { background-color: rgb(204,22,188); }
div.DivClassName
{
background-color: #CC16BC;
}
.BgClassName
{
background-color: #CC16BC;
}
</style>
border-color css
<style>
span { border-color: #CC16BC; }
span { border-color: rgb(204,22,188); }
td.TdClassName
{
border-color: #CC16BC;
}
.TagClassName
{
border-color: #CC16BC;
}
</style>