Shades of Deep Magenta #C212D3
Tints of Deep Magenta #C212D3
RGB
CMYK
RGB Variations
Color information
#C212D3 (or 0xC212D3) is known color: Deep Magenta. HEX triplet: C2, 12 and D3. RGB value is (194,18,211). Sum of RGB (Red+Green+Blue) = 194+18+211=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #C212D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212D3 is #3DED2C. Grayscale: #5C5C5C. Windows color (decimal): -4058413 or 13832898. OLE color: 13832898.
HSL color Cylindrical-coordinate representation of color #C212D3: hue angle of 294.72º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C212D3 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 18 | 211 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.17 |
| HSL | 294.72º | 0.84% | 0.45% | - |
| HSV(B) | 294.72º | 0.91% | 0.83% | - |
| XYZ | 34.22 | 16.61 | 63.03 | - |
| YUV | 92.63 | 194.81 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 211 | 0.08 | 0.91 | 0 | 0.17 | 294.72 | 0.84 | 0.45 |
| Hex | C2 | 12 | D3 | 8 | 5B | 0 | 11 | 127 | 54 | 2D |
| Octal | 302 | 22 | 323 | 10 | 133 | 0 | 21 | 447 | 124 | 55 |
| Binary | 11000010 | 10010 | 11010011 | 1000 | 1011011 | 0 | 10001 | 100100111 | 1010100 | 101101 |
Color Harmonies of #C212D3
Complementary color
Monochromatic Colors of #C212D3
Black with #C212D3
Text Example
Text Example
White with #C212D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C212D3; }
p { color: rgb(194,18,211); }
H1.HeaderClassName
{
color: #C212D3;
}
.AnyTagClassName
{
color: #C212D3;
}
</style>
background-color css
<style>
a { background-color: #C212D3; }
a { background-color: rgb(194,18,211); }
div.DivClassName
{
background-color: #C212D3;
}
.BgClassName
{
background-color: #C212D3;
}
</style>
border-color css
<style>
span { border-color: #C212D3; }
span { border-color: rgb(194,18,211); }
td.TdClassName
{
border-color: #C212D3;
}
.TagClassName
{
border-color: #C212D3;
}
</style>