Shades of Deep Magenta #C012DB
Tints of Deep Magenta #C012DB
RGB
CMYK
RGB Variations
Color information
#C012DB (or 0xC012DB) is known color: Deep Magenta. HEX triplet: C0, 12 and DB. RGB value is (192,18,219). Sum of RGB (Red+Green+Blue) = 192+18+219=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #C012DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C012DB is #3FED24. Grayscale: #5C5C5C. Windows color (decimal): -4189477 or 14357184. OLE color: 14357184.
HSL color Cylindrical-coordinate representation of color #C012DB: hue angle of 291.94º 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 #C012DB is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 18 | 219 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.14 |
| HSL | 291.94º | 0.85% | 0.46% | - |
| HSV(B) | 291.94º | 0.92% | 0.86% | - |
| XYZ | 34.74 | 16.75 | 68.42 | - |
| YUV | 92.94 | 199.15 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 219 | 0.12 | 0.92 | 0 | 0.14 | 291.94 | 0.85 | 0.46 |
| Hex | C0 | 12 | DB | C | 5C | 0 | E | 124 | 55 | 2E |
| Octal | 300 | 22 | 333 | 14 | 134 | 0 | 16 | 444 | 125 | 56 |
| Binary | 11000000 | 10010 | 11011011 | 1100 | 1011100 | 0 | 1110 | 100100100 | 1010101 | 101110 |
Color Harmonies of #C012DB
Complementary color
Monochromatic Colors of #C012DB
Black with #C012DB
Text Example
Text Example
White with #C012DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C012DB; }
p { color: rgb(192,18,219); }
H1.HeaderClassName
{
color: #C012DB;
}
.AnyTagClassName
{
color: #C012DB;
}
</style>
background-color css
<style>
a { background-color: #C012DB; }
a { background-color: rgb(192,18,219); }
div.DivClassName
{
background-color: #C012DB;
}
.BgClassName
{
background-color: #C012DB;
}
</style>
border-color css
<style>
span { border-color: #C012DB; }
span { border-color: rgb(192,18,219); }
td.TdClassName
{
border-color: #C012DB;
}
.TagClassName
{
border-color: #C012DB;
}
</style>