Shades of Deep Magenta #CC12DB
Tints of Deep Magenta #CC12DB
RGB
CMYK
RGB Variations
Color information
#CC12DB (or 0xCC12DB) is known color: Deep Magenta. HEX triplet: CC, 12 and DB. RGB value is (204,18,219). Sum of RGB (Red+Green+Blue) = 204+18+219=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC12DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC12DB is #33ED24. Grayscale: #5F5F5F. Windows color (decimal): -3403045 or 14357196. OLE color: 14357196.
HSL color Cylindrical-coordinate representation of color #CC12DB: hue angle of 295.52º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC12DB is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 18 | 219 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.14 |
| HSL | 295.52º | 0.85% | 0.46% | - |
| HSV(B) | 295.52º | 0.92% | 0.86% | - |
| XYZ | 37.9 | 18.38 | 68.57 | - |
| YUV | 96.53 | 197.12 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 219 | 0.07 | 0.92 | 0 | 0.14 | 295.52 | 0.85 | 0.46 |
| Hex | CC | 12 | DB | 7 | 5C | 0 | E | 128 | 55 | 2E |
| Octal | 314 | 22 | 333 | 7 | 134 | 0 | 16 | 450 | 125 | 56 |
| Binary | 11001100 | 10010 | 11011011 | 111 | 1011100 | 0 | 1110 | 100101000 | 1010101 | 101110 |
Color Harmonies of #CC12DB
Complementary color
Monochromatic Colors of #CC12DB
Black with #CC12DB
Text Example
Text Example
White with #CC12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC12DB; }
p { color: rgb(204,18,219); }
H1.HeaderClassName
{
color: #CC12DB;
}
.AnyTagClassName
{
color: #CC12DB;
}
</style>
background-color css
<style>
a { background-color: #CC12DB; }
a { background-color: rgb(204,18,219); }
div.DivClassName
{
background-color: #CC12DB;
}
.BgClassName
{
background-color: #CC12DB;
}
</style>
border-color css
<style>
span { border-color: #CC12DB; }
span { border-color: rgb(204,18,219); }
td.TdClassName
{
border-color: #CC12DB;
}
.TagClassName
{
border-color: #CC12DB;
}
</style>