Shades of Deep Magenta #C013D4
Tints of Deep Magenta #C013D4
RGB
CMYK
RGB Variations
Color information
#C013D4 (or 0xC013D4) is known color: Deep Magenta. HEX triplet: C0, 13 and D4. RGB value is (192,19,212). Sum of RGB (Red+Green+Blue) = 192+19+212=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 212 (83.20% from 255 or 50.12% from 423); Max value from RGB is 212 - color contains mainly: blue. Hex color #C013D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013D4 is #3FEC2B. Grayscale: #5C5C5C. Windows color (decimal): -4189228 or 13898688. OLE color: 13898688.
HSL color Cylindrical-coordinate representation of color #C013D4: hue angle of 293.78º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C013D4 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 19 | 212 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.17 |
| HSL | 293.78º | 0.84% | 0.45% | - |
| HSV(B) | 293.78º | 0.91% | 0.83% | - |
| XYZ | 33.85 | 16.43 | 63.67 | - |
| YUV | 92.73 | 195.31 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 212 | 0.09 | 0.91 | 0 | 0.17 | 293.78 | 0.84 | 0.45 |
| Hex | C0 | 13 | D4 | 9 | 5B | 0 | 11 | 126 | 54 | 2D |
| Octal | 300 | 23 | 324 | 11 | 133 | 0 | 21 | 446 | 124 | 55 |
| Binary | 11000000 | 10011 | 11010100 | 1001 | 1011011 | 0 | 10001 | 100100110 | 1010100 | 101101 |
Color Harmonies of #C013D4
Complementary color
Monochromatic Colors of #C013D4
Black with #C013D4
Text Example
Text Example
White with #C013D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C013D4; }
p { color: rgb(192,19,212); }
H1.HeaderClassName
{
color: #C013D4;
}
.AnyTagClassName
{
color: #C013D4;
}
</style>
background-color css
<style>
a { background-color: #C013D4; }
a { background-color: rgb(192,19,212); }
div.DivClassName
{
background-color: #C013D4;
}
.BgClassName
{
background-color: #C013D4;
}
</style>
border-color css
<style>
span { border-color: #C013D4; }
span { border-color: rgb(192,19,212); }
td.TdClassName
{
border-color: #C013D4;
}
.TagClassName
{
border-color: #C013D4;
}
</style>