Shades of Deep Magenta #C212CD
Tints of Deep Magenta #C212CD
RGB
CMYK
RGB Variations
Color information
#C212CD (or 0xC212CD) is known color: Deep Magenta. HEX triplet: C2, 12 and CD. RGB value is (194,18,205). Sum of RGB (Red+Green+Blue) = 194+18+205=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #C212CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212CD is #3DED32. Grayscale: #5B5B5B. Windows color (decimal): -4058419 or 13439682. OLE color: 13439682.
HSL color Cylindrical-coordinate representation of color #C212CD: hue angle of 296.47º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C212CD is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 18 | 205 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.20 |
| HSL | 296.47º | 0.84% | 0.44% | - |
| HSV(B) | 296.47º | 0.91% | 0.8% | - |
| XYZ | 33.48 | 16.31 | 59.14 | - |
| YUV | 91.94 | 191.81 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 205 | 0.05 | 0.91 | 0 | 0.20 | 296.47 | 0.84 | 0.44 |
| Hex | C2 | 12 | CD | 5 | 5B | 0 | 14 | 128 | 54 | 2C |
| Octal | 302 | 22 | 315 | 5 | 133 | 0 | 24 | 450 | 124 | 54 |
| Binary | 11000010 | 10010 | 11001101 | 101 | 1011011 | 0 | 10100 | 100101000 | 1010100 | 101100 |
Color Harmonies of #C212CD
Complementary color
Monochromatic Colors of #C212CD
Black with #C212CD
Text Example
Text Example
White with #C212CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C212CD; }
p { color: rgb(194,18,205); }
H1.HeaderClassName
{
color: #C212CD;
}
.AnyTagClassName
{
color: #C212CD;
}
</style>
background-color css
<style>
a { background-color: #C212CD; }
a { background-color: rgb(194,18,205); }
div.DivClassName
{
background-color: #C212CD;
}
.BgClassName
{
background-color: #C212CD;
}
</style>
border-color css
<style>
span { border-color: #C212CD; }
span { border-color: rgb(194,18,205); }
td.TdClassName
{
border-color: #C212CD;
}
.TagClassName
{
border-color: #C212CD;
}
</style>