Shades of Deep Magenta #C012BA
Tints of Deep Magenta #C012BA
RGB
CMYK
RGB Variations
Color information
#C012BA (or 0xC012BA) is known color: Deep Magenta. HEX triplet: C0, 12 and BA. RGB value is (192,18,186). Sum of RGB (Red+Green+Blue) = 192+18+186=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C012BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C012BA is #3FED45. Grayscale: #585858. Windows color (decimal): -4189510 or 12194496. OLE color: 12194496.
HSL color Cylindrical-coordinate representation of color #C012BA: hue angle of 302.07º 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 #C012BA is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 186 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.25 |
| HSL | 302.07º | 0.83% | 0.41% | - |
| HSV(B) | 302.07º | 0.91% | 0.75% | - |
| XYZ | 30.82 | 15.18 | 47.76 | - |
| YUV | 89.18 | 182.65 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 186 | 0 | 0.91 | 0.03 | 0.25 | 302.07 | 0.83 | 0.41 |
| Hex | C0 | 12 | BA | 0 | 5B | 3 | 19 | 12E | 53 | 29 |
| Octal | 300 | 22 | 272 | 0 | 133 | 3 | 31 | 456 | 123 | 51 |
| Binary | 11000000 | 10010 | 10111010 | 0 | 1011011 | 11 | 11001 | 100101110 | 1010011 | 101001 |
Color Harmonies of #C012BA
Complementary color
Monochromatic Colors of #C012BA
Black with #C012BA
Text Example
Text Example
White with #C012BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C012BA; }
p { color: rgb(192,18,186); }
H1.HeaderClassName
{
color: #C012BA;
}
.AnyTagClassName
{
color: #C012BA;
}
</style>
background-color css
<style>
a { background-color: #C012BA; }
a { background-color: rgb(192,18,186); }
div.DivClassName
{
background-color: #C012BA;
}
.BgClassName
{
background-color: #C012BA;
}
</style>
border-color css
<style>
span { border-color: #C012BA; }
span { border-color: rgb(192,18,186); }
td.TdClassName
{
border-color: #C012BA;
}
.TagClassName
{
border-color: #C012BA;
}
</style>