Shades of Deep Magenta #C012CF
Tints of Deep Magenta #C012CF
RGB
CMYK
RGB Variations
Color information
#C012CF (or 0xC012CF) is known color: Deep Magenta. HEX triplet: C0, 12 and CF. RGB value is (192,18,207). Sum of RGB (Red+Green+Blue) = 192+18+207=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #C012CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C012CF is #3FED30. Grayscale: #5A5A5A. Windows color (decimal): -4189489 or 13570752. OLE color: 13570752.
HSL color Cylindrical-coordinate representation of color #C012CF: hue angle of 295.24º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C012CF is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 18 | 207 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.19 |
| HSL | 295.24º | 0.84% | 0.44% | - |
| HSV(B) | 295.24º | 0.91% | 0.81% | - |
| XYZ | 33.22 | 16.14 | 60.4 | - |
| YUV | 91.57 | 193.15 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 207 | 0.07 | 0.91 | 0 | 0.19 | 295.24 | 0.84 | 0.44 |
| Hex | C0 | 12 | CF | 7 | 5B | 0 | 13 | 127 | 54 | 2C |
| Octal | 300 | 22 | 317 | 7 | 133 | 0 | 23 | 447 | 124 | 54 |
| Binary | 11000000 | 10010 | 11001111 | 111 | 1011011 | 0 | 10011 | 100100111 | 1010100 | 101100 |
Color Harmonies of #C012CF
Complementary color
Monochromatic Colors of #C012CF
Black with #C012CF
Text Example
Text Example
White with #C012CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C012CF; }
p { color: rgb(192,18,207); }
H1.HeaderClassName
{
color: #C012CF;
}
.AnyTagClassName
{
color: #C012CF;
}
</style>
background-color css
<style>
a { background-color: #C012CF; }
a { background-color: rgb(192,18,207); }
div.DivClassName
{
background-color: #C012CF;
}
.BgClassName
{
background-color: #C012CF;
}
</style>
border-color css
<style>
span { border-color: #C012CF; }
span { border-color: rgb(192,18,207); }
td.TdClassName
{
border-color: #C012CF;
}
.TagClassName
{
border-color: #C012CF;
}
</style>