Shades of Deep Magenta #C212D0
Tints of Deep Magenta #C212D0
RGB
CMYK
RGB Variations
Color information
#C212D0 (or 0xC212D0) is known color: Deep Magenta. HEX triplet: C2, 12 and D0. RGB value is (194,18,208). Sum of RGB (Red+Green+Blue) = 194+18+208=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #C212D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212D0 is #3DED2F. Grayscale: #5B5B5B. Windows color (decimal): -4058416 or 13636290. OLE color: 13636290.
HSL color Cylindrical-coordinate representation of color #C212D0: hue angle of 295.58º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C212D0 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 18 | 208 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.18 |
| HSL | 295.58º | 0.84% | 0.44% | - |
| HSV(B) | 295.58º | 0.91% | 0.82% | - |
| XYZ | 33.85 | 16.46 | 61.07 | - |
| YUV | 92.28 | 193.31 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 208 | 0.07 | 0.91 | 0 | 0.18 | 295.58 | 0.84 | 0.44 |
| Hex | C2 | 12 | D0 | 7 | 5B | 0 | 12 | 128 | 54 | 2C |
| Octal | 302 | 22 | 320 | 7 | 133 | 0 | 22 | 450 | 124 | 54 |
| Binary | 11000010 | 10010 | 11010000 | 111 | 1011011 | 0 | 10010 | 100101000 | 1010100 | 101100 |
Color Harmonies of #C212D0
Complementary color
Monochromatic Colors of #C212D0
Black with #C212D0
Text Example
Text Example
White with #C212D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C212D0; }
p { color: rgb(194,18,208); }
H1.HeaderClassName
{
color: #C212D0;
}
.AnyTagClassName
{
color: #C212D0;
}
</style>
background-color css
<style>
a { background-color: #C212D0; }
a { background-color: rgb(194,18,208); }
div.DivClassName
{
background-color: #C212D0;
}
.BgClassName
{
background-color: #C212D0;
}
</style>
border-color css
<style>
span { border-color: #C212D0; }
span { border-color: rgb(194,18,208); }
td.TdClassName
{
border-color: #C212D0;
}
.TagClassName
{
border-color: #C212D0;
}
</style>