Shades of Deep Magenta #C212D1
Tints of Deep Magenta #C212D1
RGB
CMYK
RGB Variations
Color information
#C212D1 (or 0xC212D1) is known color: Deep Magenta. HEX triplet: C2, 12 and D1. RGB value is (194,18,209). Sum of RGB (Red+Green+Blue) = 194+18+209=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 209 (82.03% from 255 or 49.64% from 421); Max value from RGB is 209 - color contains mainly: blue. Hex color #C212D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212D1 is #3DED2E. Grayscale: #5B5B5B. Windows color (decimal): -4058415 or 13701826. OLE color: 13701826.
HSL color Cylindrical-coordinate representation of color #C212D1: hue angle of 295.29º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C212D1 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 18 | 209 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.18 |
| HSL | 295.29º | 0.84% | 0.45% | - |
| HSV(B) | 295.29º | 0.91% | 0.82% | - |
| XYZ | 33.97 | 16.51 | 61.72 | - |
| YUV | 92.4 | 193.81 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 209 | 0.07 | 0.91 | 0 | 0.18 | 295.29 | 0.84 | 0.45 |
| Hex | C2 | 12 | D1 | 7 | 5B | 0 | 12 | 127 | 54 | 2D |
| Octal | 302 | 22 | 321 | 7 | 133 | 0 | 22 | 447 | 124 | 55 |
| Binary | 11000010 | 10010 | 11010001 | 111 | 1011011 | 0 | 10010 | 100100111 | 1010100 | 101101 |
Color Harmonies of #C212D1
Complementary color
Monochromatic Colors of #C212D1
Black with #C212D1
Text Example
Text Example
White with #C212D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C212D1; }
p { color: rgb(194,18,209); }
H1.HeaderClassName
{
color: #C212D1;
}
.AnyTagClassName
{
color: #C212D1;
}
</style>
background-color css
<style>
a { background-color: #C212D1; }
a { background-color: rgb(194,18,209); }
div.DivClassName
{
background-color: #C212D1;
}
.BgClassName
{
background-color: #C212D1;
}
</style>
border-color css
<style>
span { border-color: #C212D1; }
span { border-color: rgb(194,18,209); }
td.TdClassName
{
border-color: #C212D1;
}
.TagClassName
{
border-color: #C212D1;
}
</style>