Shades of Deep Magenta #C012BC
Tints of Deep Magenta #C012BC
RGB
CMYK
RGB Variations
Color information
#C012BC (or 0xC012BC) is known color: Deep Magenta. HEX triplet: C0, 12 and BC. RGB value is (192,18,188). Sum of RGB (Red+Green+Blue) = 192+18+188=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C012BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C012BC is #3FED43. Grayscale: #585858. Windows color (decimal): -4189508 or 12325568. OLE color: 12325568.
HSL color Cylindrical-coordinate representation of color #C012BC: hue angle of 301.38º 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 #C012BC is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 188 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.25 |
| HSL | 301.38º | 0.83% | 0.41% | - |
| HSV(B) | 301.38º | 0.91% | 0.75% | - |
| XYZ | 31.03 | 15.27 | 48.89 | - |
| YUV | 89.41 | 183.65 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 188 | 0 | 0.91 | 0.02 | 0.25 | 301.38 | 0.83 | 0.41 |
| Hex | C0 | 12 | BC | 0 | 5B | 2 | 19 | 12D | 53 | 29 |
| Octal | 300 | 22 | 274 | 0 | 133 | 2 | 31 | 455 | 123 | 51 |
| Binary | 11000000 | 10010 | 10111100 | 0 | 1011011 | 10 | 11001 | 100101101 | 1010011 | 101001 |
Color Harmonies of #C012BC
Complementary color
Monochromatic Colors of #C012BC
Black with #C012BC
Text Example
Text Example
White with #C012BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C012BC; }
p { color: rgb(192,18,188); }
H1.HeaderClassName
{
color: #C012BC;
}
.AnyTagClassName
{
color: #C012BC;
}
</style>
background-color css
<style>
a { background-color: #C012BC; }
a { background-color: rgb(192,18,188); }
div.DivClassName
{
background-color: #C012BC;
}
.BgClassName
{
background-color: #C012BC;
}
</style>
border-color css
<style>
span { border-color: #C012BC; }
span { border-color: rgb(192,18,188); }
td.TdClassName
{
border-color: #C012BC;
}
.TagClassName
{
border-color: #C012BC;
}
</style>