Shades of Deep Magenta #C213DA
Tints of Deep Magenta #C213DA
RGB
CMYK
RGB Variations
Color information
#C213DA (or 0xC213DA) is known color: Deep Magenta. HEX triplet: C2, 13 and DA. RGB value is (194,19,218). Sum of RGB (Red+Green+Blue) = 194+19+218=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #C213DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C213DA is #3DEC25. Grayscale: #5D5D5D. Windows color (decimal): -4058150 or 14291906. OLE color: 14291906.
HSL color Cylindrical-coordinate representation of color #C213DA: hue angle of 292.76º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C213DA is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 19 | 218 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.15 |
| HSL | 292.76º | 0.84% | 0.46% | - |
| HSV(B) | 292.76º | 0.91% | 0.85% | - |
| XYZ | 35.14 | 17 | 67.76 | - |
| YUV | 94.01 | 197.98 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 218 | 0.11 | 0.91 | 0 | 0.15 | 292.76 | 0.84 | 0.46 |
| Hex | C2 | 13 | DA | B | 5B | 0 | F | 125 | 54 | 2E |
| Octal | 302 | 23 | 332 | 13 | 133 | 0 | 17 | 445 | 124 | 56 |
| Binary | 11000010 | 10011 | 11011010 | 1011 | 1011011 | 0 | 1111 | 100100101 | 1010100 | 101110 |
Color Harmonies of #C213DA
Complementary color
Monochromatic Colors of #C213DA
Black with #C213DA
Text Example
Text Example
White with #C213DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C213DA; }
p { color: rgb(194,19,218); }
H1.HeaderClassName
{
color: #C213DA;
}
.AnyTagClassName
{
color: #C213DA;
}
</style>
background-color css
<style>
a { background-color: #C213DA; }
a { background-color: rgb(194,19,218); }
div.DivClassName
{
background-color: #C213DA;
}
.BgClassName
{
background-color: #C213DA;
}
</style>
border-color css
<style>
span { border-color: #C213DA; }
span { border-color: rgb(194,19,218); }
td.TdClassName
{
border-color: #C213DA;
}
.TagClassName
{
border-color: #C213DA;
}
</style>