Shades of Deep Magenta #CC16DB
Tints of Deep Magenta #CC16DB
RGB
CMYK
RGB Variations
Color information
#CC16DB (or 0xCC16DB) is known color: Deep Magenta. HEX triplet: CC, 16 and DB. RGB value is (204,22,219). Sum of RGB (Red+Green+Blue) = 204+22+219=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 22 (8.98% from 255 or 4.94% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC16DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC16DB is #33E924. Grayscale: #626262. Windows color (decimal): -3402021 or 14358220. OLE color: 14358220.
HSL color Cylindrical-coordinate representation of color #CC16DB: hue angle of 295.43º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC16DB is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 22 | 219 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.14 |
| HSL | 295.43º | 0.82% | 0.47% | - |
| HSV(B) | 295.43º | 0.9% | 0.86% | - |
| XYZ | 37.97 | 18.53 | 68.59 | - |
| YUV | 98.88 | 195.8 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 219 | 0.07 | 0.90 | 0 | 0.14 | 295.43 | 0.82 | 0.47 |
| Hex | CC | 16 | DB | 7 | 5A | 0 | E | 127 | 52 | 2F |
| Octal | 314 | 26 | 333 | 7 | 132 | 0 | 16 | 447 | 122 | 57 |
| Binary | 11001100 | 10110 | 11011011 | 111 | 1011010 | 0 | 1110 | 100100111 | 1010010 | 101111 |
Color Harmonies of #CC16DB
Complementary color
Monochromatic Colors of #CC16DB
Black with #CC16DB
Text Example
Text Example
White with #CC16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16DB; }
p { color: rgb(204,22,219); }
H1.HeaderClassName
{
color: #CC16DB;
}
.AnyTagClassName
{
color: #CC16DB;
}
</style>
background-color css
<style>
a { background-color: #CC16DB; }
a { background-color: rgb(204,22,219); }
div.DivClassName
{
background-color: #CC16DB;
}
.BgClassName
{
background-color: #CC16DB;
}
</style>
border-color css
<style>
span { border-color: #CC16DB; }
span { border-color: rgb(204,22,219); }
td.TdClassName
{
border-color: #CC16DB;
}
.TagClassName
{
border-color: #CC16DB;
}
</style>