Shades of Deep Magenta #C012BE
Tints of Deep Magenta #C012BE
RGB
CMYK
RGB Variations
Color information
#C012BE (or 0xC012BE) is known color: Deep Magenta. HEX triplet: C0, 12 and BE. RGB value is (192,18,190). Sum of RGB (Red+Green+Blue) = 192+18+190=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C012BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C012BE is #3FED41. Grayscale: #595959. Windows color (decimal): -4189506 or 12456640. OLE color: 12456640.
HSL color Cylindrical-coordinate representation of color #C012BE: hue angle of 300.69º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C012BE is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 190 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.25 |
| HSL | 300.69º | 0.83% | 0.41% | - |
| HSV(B) | 300.69º | 0.91% | 0.75% | - |
| XYZ | 31.25 | 15.36 | 50.03 | - |
| YUV | 89.63 | 184.65 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 190 | 0 | 0.91 | 0.01 | 0.25 | 300.69 | 0.83 | 0.41 |
| Hex | C0 | 12 | BE | 0 | 5B | 1 | 19 | 12D | 53 | 29 |
| Octal | 300 | 22 | 276 | 0 | 133 | 1 | 31 | 455 | 123 | 51 |
| Binary | 11000000 | 10010 | 10111110 | 0 | 1011011 | 1 | 11001 | 100101101 | 1010011 | 101001 |
Color Harmonies of #C012BE
Complementary color
Monochromatic Colors of #C012BE
Black with #C012BE
Text Example
Text Example
White with #C012BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C012BE; }
p { color: rgb(192,18,190); }
H1.HeaderClassName
{
color: #C012BE;
}
.AnyTagClassName
{
color: #C012BE;
}
</style>
background-color css
<style>
a { background-color: #C012BE; }
a { background-color: rgb(192,18,190); }
div.DivClassName
{
background-color: #C012BE;
}
.BgClassName
{
background-color: #C012BE;
}
</style>
border-color css
<style>
span { border-color: #C012BE; }
span { border-color: rgb(192,18,190); }
td.TdClassName
{
border-color: #C012BE;
}
.TagClassName
{
border-color: #C012BE;
}
</style>