Shades of Deep Magenta #C212D8
Tints of Deep Magenta #C212D8
RGB
CMYK
RGB Variations
Color information
#C212D8 (or 0xC212D8) is known color: Deep Magenta. HEX triplet: C2, 12 and D8. RGB value is (194,18,216). Sum of RGB (Red+Green+Blue) = 194+18+216=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 18 (7.42% from 255 or 4.21% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #C212D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212D8 is #3DED27. Grayscale: #5C5C5C. Windows color (decimal): -4058408 or 14160578. OLE color: 14160578.
HSL color Cylindrical-coordinate representation of color #C212D8: hue angle of 293.33º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C212D8 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 18 | 216 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.15 |
| HSL | 293.33º | 0.85% | 0.46% | - |
| HSV(B) | 293.33º | 0.92% | 0.85% | - |
| XYZ | 34.86 | 16.86 | 66.38 | - |
| YUV | 93.2 | 197.31 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 216 | 0.10 | 0.92 | 0 | 0.15 | 293.33 | 0.85 | 0.46 |
| Hex | C2 | 12 | D8 | A | 5C | 0 | F | 125 | 55 | 2E |
| Octal | 302 | 22 | 330 | 12 | 134 | 0 | 17 | 445 | 125 | 56 |
| Binary | 11000010 | 10010 | 11011000 | 1010 | 1011100 | 0 | 1111 | 100100101 | 1010101 | 101110 |
Color Harmonies of #C212D8
Complementary color
Monochromatic Colors of #C212D8
Black with #C212D8
Text Example
Text Example
White with #C212D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C212D8; }
p { color: rgb(194,18,216); }
H1.HeaderClassName
{
color: #C212D8;
}
.AnyTagClassName
{
color: #C212D8;
}
</style>
background-color css
<style>
a { background-color: #C212D8; }
a { background-color: rgb(194,18,216); }
div.DivClassName
{
background-color: #C212D8;
}
.BgClassName
{
background-color: #C212D8;
}
</style>
border-color css
<style>
span { border-color: #C212D8; }
span { border-color: rgb(194,18,216); }
td.TdClassName
{
border-color: #C212D8;
}
.TagClassName
{
border-color: #C212D8;
}
</style>