Shades of Deep Magenta #C013D9
Tints of Deep Magenta #C013D9
RGB
CMYK
RGB Variations
Color information
#C013D9 (or 0xC013D9) is known color: Deep Magenta. HEX triplet: C0, 13 and D9. RGB value is (192,19,217). Sum of RGB (Red+Green+Blue) = 192+19+217=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 19 (7.81% from 255 or 4.44% from 428); Blue value is 217 (85.16% from 255 or 50.70% from 428); Max value from RGB is 217 - color contains mainly: blue. Hex color #C013D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013D9 is #3FEC26. Grayscale: #5C5C5C. Windows color (decimal): -4189223 or 14226368. OLE color: 14226368.
HSL color Cylindrical-coordinate representation of color #C013D9: hue angle of 292.42º 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 #C013D9 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 19 | 217 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.15 |
| HSL | 292.42º | 0.84% | 0.46% | - |
| HSV(B) | 292.42º | 0.91% | 0.85% | - |
| XYZ | 34.5 | 16.68 | 67.05 | - |
| YUV | 93.3 | 197.81 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 217 | 0.12 | 0.91 | 0 | 0.15 | 292.42 | 0.84 | 0.46 |
| Hex | C0 | 13 | D9 | C | 5B | 0 | F | 124 | 54 | 2E |
| Octal | 300 | 23 | 331 | 14 | 133 | 0 | 17 | 444 | 124 | 56 |
| Binary | 11000000 | 10011 | 11011001 | 1100 | 1011011 | 0 | 1111 | 100100100 | 1010100 | 101110 |
Color Harmonies of #C013D9
Complementary color
Monochromatic Colors of #C013D9
Black with #C013D9
Text Example
Text Example
White with #C013D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C013D9; }
p { color: rgb(192,19,217); }
H1.HeaderClassName
{
color: #C013D9;
}
.AnyTagClassName
{
color: #C013D9;
}
</style>
background-color css
<style>
a { background-color: #C013D9; }
a { background-color: rgb(192,19,217); }
div.DivClassName
{
background-color: #C013D9;
}
.BgClassName
{
background-color: #C013D9;
}
</style>
border-color css
<style>
span { border-color: #C013D9; }
span { border-color: rgb(192,19,217); }
td.TdClassName
{
border-color: #C013D9;
}
.TagClassName
{
border-color: #C013D9;
}
</style>