Shades of Deep Magenta #C212B0
Tints of Deep Magenta #C212B0
RGB
CMYK
RGB Variations
Color information
#C212B0 (or 0xC212B0) is known color: Deep Magenta. HEX triplet: C2, 12 and B0. RGB value is (194,18,176). Sum of RGB (Red+Green+Blue) = 194+18+176=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C212B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C212B0 is #3DED4F. Grayscale: #585858. Windows color (decimal): -4058448 or 11539138. OLE color: 11539138.
HSL color Cylindrical-coordinate representation of color #C212B0: hue angle of 306.14º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C212B0 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 176 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.24 |
| HSL | 306.14º | 0.83% | 0.42% | - |
| HSV(B) | 306.14º | 0.91% | 0.76% | - |
| XYZ | 30.3 | 15.04 | 42.38 | - |
| YUV | 88.64 | 177.31 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 176 | 0 | 0.91 | 0.09 | 0.24 | 306.14 | 0.83 | 0.42 |
| Hex | C2 | 12 | B0 | 0 | 5B | 9 | 18 | 132 | 53 | 2A |
| Octal | 302 | 22 | 260 | 0 | 133 | 11 | 30 | 462 | 123 | 52 |
| Binary | 11000010 | 10010 | 10110000 | 0 | 1011011 | 1001 | 11000 | 100110010 | 1010011 | 101010 |
Color Harmonies of #C212B0
Complementary color
Monochromatic Colors of #C212B0
Black with #C212B0
Text Example
Text Example
White with #C212B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C212B0; }
p { color: rgb(194,18,176); }
H1.HeaderClassName
{
color: #C212B0;
}
.AnyTagClassName
{
color: #C212B0;
}
</style>
background-color css
<style>
a { background-color: #C212B0; }
a { background-color: rgb(194,18,176); }
div.DivClassName
{
background-color: #C212B0;
}
.BgClassName
{
background-color: #C212B0;
}
</style>
border-color css
<style>
span { border-color: #C212B0; }
span { border-color: rgb(194,18,176); }
td.TdClassName
{
border-color: #C212B0;
}
.TagClassName
{
border-color: #C212B0;
}
</style>