Shades of Deep Magenta #C012BF
Tints of Deep Magenta #C012BF
RGB
CMYK
RGB Variations
Color information
#C012BF (or 0xC012BF) is known color: Deep Magenta. HEX triplet: C0, 12 and BF. RGB value is (192,18,191). Sum of RGB (Red+Green+Blue) = 192+18+191=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C012BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C012BF is #3FED40. Grayscale: #595959. Windows color (decimal): -4189505 or 12522176. OLE color: 12522176.
HSL color Cylindrical-coordinate representation of color #C012BF: hue angle of 300.34º 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 #C012BF is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 191 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.25 |
| HSL | 300.34º | 0.83% | 0.41% | - |
| HSV(B) | 300.34º | 0.91% | 0.75% | - |
| XYZ | 31.36 | 15.4 | 50.61 | - |
| YUV | 89.75 | 185.15 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 191 | 0 | 0.91 | 0.01 | 0.25 | 300.34 | 0.83 | 0.41 |
| Hex | C0 | 12 | BF | 0 | 5B | 1 | 19 | 12C | 53 | 29 |
| Octal | 300 | 22 | 277 | 0 | 133 | 1 | 31 | 454 | 123 | 51 |
| Binary | 11000000 | 10010 | 10111111 | 0 | 1011011 | 1 | 11001 | 100101100 | 1010011 | 101001 |
Color Harmonies of #C012BF
Complementary color
Monochromatic Colors of #C012BF
Black with #C012BF
Text Example
Text Example
White with #C012BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C012BF; }
p { color: rgb(192,18,191); }
H1.HeaderClassName
{
color: #C012BF;
}
.AnyTagClassName
{
color: #C012BF;
}
</style>
background-color css
<style>
a { background-color: #C012BF; }
a { background-color: rgb(192,18,191); }
div.DivClassName
{
background-color: #C012BF;
}
.BgClassName
{
background-color: #C012BF;
}
</style>
border-color css
<style>
span { border-color: #C012BF; }
span { border-color: rgb(192,18,191); }
td.TdClassName
{
border-color: #C012BF;
}
.TagClassName
{
border-color: #C012BF;
}
</style>