Shades of Deep Magenta #C212BB
Tints of Deep Magenta #C212BB
RGB
CMYK
RGB Variations
Color information
#C212BB (or 0xC212BB) is known color: Deep Magenta. HEX triplet: C2, 12 and BB. RGB value is (194,18,187). Sum of RGB (Red+Green+Blue) = 194+18+187=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C212BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212BB is #3DED44. Grayscale: #595959. Windows color (decimal): -4058437 or 12260034. OLE color: 12260034.
HSL color Cylindrical-coordinate representation of color #C212BB: hue angle of 302.39º 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 #C212BB is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 187 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.24 |
| HSL | 302.39º | 0.83% | 0.42% | - |
| HSV(B) | 302.39º | 0.91% | 0.76% | - |
| XYZ | 31.43 | 15.49 | 48.35 | - |
| YUV | 89.89 | 182.81 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 187 | 0 | 0.91 | 0.04 | 0.24 | 302.39 | 0.83 | 0.42 |
| Hex | C2 | 12 | BB | 0 | 5B | 4 | 18 | 12E | 53 | 2A |
| Octal | 302 | 22 | 273 | 0 | 133 | 4 | 30 | 456 | 123 | 52 |
| Binary | 11000010 | 10010 | 10111011 | 0 | 1011011 | 100 | 11000 | 100101110 | 1010011 | 101010 |
Color Harmonies of #C212BB
Complementary color
Monochromatic Colors of #C212BB
Black with #C212BB
Text Example
Text Example
White with #C212BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C212BB; }
p { color: rgb(194,18,187); }
H1.HeaderClassName
{
color: #C212BB;
}
.AnyTagClassName
{
color: #C212BB;
}
</style>
background-color css
<style>
a { background-color: #C212BB; }
a { background-color: rgb(194,18,187); }
div.DivClassName
{
background-color: #C212BB;
}
.BgClassName
{
background-color: #C212BB;
}
</style>
border-color css
<style>
span { border-color: #C212BB; }
span { border-color: rgb(194,18,187); }
td.TdClassName
{
border-color: #C212BB;
}
.TagClassName
{
border-color: #C212BB;
}
</style>