Shades of Deep Magenta #CC14DB
Tints of Deep Magenta #CC14DB
RGB
CMYK
RGB Variations
Color information
#CC14DB (or 0xCC14DB) is known color: Deep Magenta. HEX triplet: CC, 14 and DB. RGB value is (204,20,219). Sum of RGB (Red+Green+Blue) = 204+20+219=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 20 (8.20% from 255 or 4.51% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC14DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC14DB is #33EB24. Grayscale: #616161. Windows color (decimal): -3402533 or 14357708. OLE color: 14357708.
HSL color Cylindrical-coordinate representation of color #CC14DB: hue angle of 295.48º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC14DB is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 20 | 219 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.14 |
| HSL | 295.48º | 0.83% | 0.47% | - |
| HSV(B) | 295.48º | 0.91% | 0.86% | - |
| XYZ | 37.94 | 18.45 | 68.58 | - |
| YUV | 97.7 | 196.46 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 219 | 0.07 | 0.91 | 0 | 0.14 | 295.48 | 0.83 | 0.47 |
| Hex | CC | 14 | DB | 7 | 5B | 0 | E | 127 | 53 | 2F |
| Octal | 314 | 24 | 333 | 7 | 133 | 0 | 16 | 447 | 123 | 57 |
| Binary | 11001100 | 10100 | 11011011 | 111 | 1011011 | 0 | 1110 | 100100111 | 1010011 | 101111 |
Color Harmonies of #CC14DB
Complementary color
Monochromatic Colors of #CC14DB
Black with #CC14DB
Text Example
Text Example
White with #CC14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC14DB; }
p { color: rgb(204,20,219); }
H1.HeaderClassName
{
color: #CC14DB;
}
.AnyTagClassName
{
color: #CC14DB;
}
</style>
background-color css
<style>
a { background-color: #CC14DB; }
a { background-color: rgb(204,20,219); }
div.DivClassName
{
background-color: #CC14DB;
}
.BgClassName
{
background-color: #CC14DB;
}
</style>
border-color css
<style>
span { border-color: #CC14DB; }
span { border-color: rgb(204,20,219); }
td.TdClassName
{
border-color: #CC14DB;
}
.TagClassName
{
border-color: #CC14DB;
}
</style>