Shades of Deep Magenta #C213DC
Tints of Deep Magenta #C213DC
RGB
CMYK
RGB Variations
Color information
#C213DC (or 0xC213DC) is known color: Deep Magenta. HEX triplet: C2, 13 and DC. RGB value is (194,19,220). Sum of RGB (Red+Green+Blue) = 194+19+220=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #C213DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C213DC is #3DEC23. Grayscale: #5D5D5D. Windows color (decimal): -4058148 or 14422978. OLE color: 14422978.
HSL color Cylindrical-coordinate representation of color #C213DC: hue angle of 292.24º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C213DC is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 19 | 220 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.14 |
| HSL | 292.24º | 0.84% | 0.47% | - |
| HSV(B) | 292.24º | 0.91% | 0.86% | - |
| XYZ | 35.4 | 17.1 | 69.15 | - |
| YUV | 94.24 | 198.98 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 220 | 0.12 | 0.91 | 0 | 0.14 | 292.24 | 0.84 | 0.47 |
| Hex | C2 | 13 | DC | C | 5B | 0 | E | 124 | 54 | 2F |
| Octal | 302 | 23 | 334 | 14 | 133 | 0 | 16 | 444 | 124 | 57 |
| Binary | 11000010 | 10011 | 11011100 | 1100 | 1011011 | 0 | 1110 | 100100100 | 1010100 | 101111 |
Color Harmonies of #C213DC
Complementary color
Monochromatic Colors of #C213DC
Black with #C213DC
Text Example
Text Example
White with #C213DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C213DC; }
p { color: rgb(194,19,220); }
H1.HeaderClassName
{
color: #C213DC;
}
.AnyTagClassName
{
color: #C213DC;
}
</style>
background-color css
<style>
a { background-color: #C213DC; }
a { background-color: rgb(194,19,220); }
div.DivClassName
{
background-color: #C213DC;
}
.BgClassName
{
background-color: #C213DC;
}
</style>
border-color css
<style>
span { border-color: #C213DC; }
span { border-color: rgb(194,19,220); }
td.TdClassName
{
border-color: #C213DC;
}
.TagClassName
{
border-color: #C213DC;
}
</style>