Shades of Deep Magenta #C013DF
Tints of Deep Magenta #C013DF
RGB
CMYK
RGB Variations
Color information
#C013DF (or 0xC013DF) is known color: Deep Magenta. HEX triplet: C0, 13 and DF. RGB value is (192,19,223). Sum of RGB (Red+Green+Blue) = 192+19+223=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #C013DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013DF is #3FEC20. Grayscale: #5D5D5D. Windows color (decimal): -4189217 or 14619584. OLE color: 14619584.
HSL color Cylindrical-coordinate representation of color #C013DF: hue angle of 290.88º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C013DF is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 19 | 223 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.13 |
| HSL | 290.88º | 0.84% | 0.47% | - |
| HSV(B) | 290.88º | 0.91% | 0.87% | - |
| XYZ | 35.29 | 17 | 71.23 | - |
| YUV | 93.98 | 200.81 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 223 | 0.14 | 0.91 | 0 | 0.13 | 290.88 | 0.84 | 0.47 |
| Hex | C0 | 13 | DF | E | 5B | 0 | D | 123 | 54 | 2F |
| Octal | 300 | 23 | 337 | 16 | 133 | 0 | 15 | 443 | 124 | 57 |
| Binary | 11000000 | 10011 | 11011111 | 1110 | 1011011 | 0 | 1101 | 100100011 | 1010100 | 101111 |
Color Harmonies of #C013DF
Complementary color
Monochromatic Colors of #C013DF
Black with #C013DF
Text Example
Text Example
White with #C013DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C013DF; }
p { color: rgb(192,19,223); }
H1.HeaderClassName
{
color: #C013DF;
}
.AnyTagClassName
{
color: #C013DF;
}
</style>
background-color css
<style>
a { background-color: #C013DF; }
a { background-color: rgb(192,19,223); }
div.DivClassName
{
background-color: #C013DF;
}
.BgClassName
{
background-color: #C013DF;
}
</style>
border-color css
<style>
span { border-color: #C013DF; }
span { border-color: rgb(192,19,223); }
td.TdClassName
{
border-color: #C013DF;
}
.TagClassName
{
border-color: #C013DF;
}
</style>