Shades of Deep Magenta #C01FD4
Tints of Deep Magenta #C01FD4
RGB
CMYK
RGB Variations
Color information
#C01FD4 (or 0xC01FD4) is known color: Deep Magenta. HEX triplet: C0, 1F and D4. RGB value is (192,31,212). Sum of RGB (Red+Green+Blue) = 192+31+212=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 212 (83.20% from 255 or 48.74% from 435); Max value from RGB is 212 - color contains mainly: blue. Hex color #C01FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01FD4 is #3FE02B. Grayscale: #636363. Windows color (decimal): -4186156 or 13901760. OLE color: 13901760.
HSL color Cylindrical-coordinate representation of color #C01FD4: hue angle of 293.37º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01FD4 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 31 | 212 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.17 |
| HSL | 293.37º | 0.74% | 0.48% | - |
| HSV(B) | 293.37º | 0.85% | 0.83% | - |
| XYZ | 34.11 | 16.94 | 63.76 | - |
| YUV | 99.77 | 191.34 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 212 | 0.09 | 0.85 | 0 | 0.17 | 293.37 | 0.74 | 0.48 |
| Hex | C0 | 1F | D4 | 9 | 55 | 0 | 11 | 125 | 4A | 30 |
| Octal | 300 | 37 | 324 | 11 | 125 | 0 | 21 | 445 | 112 | 60 |
| Binary | 11000000 | 11111 | 11010100 | 1001 | 1010101 | 0 | 10001 | 100100101 | 1001010 | 110000 |
Color Harmonies of #C01FD4
Complementary color
Monochromatic Colors of #C01FD4
Black with #C01FD4
Text Example
Text Example
White with #C01FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01FD4; }
p { color: rgb(192,31,212); }
H1.HeaderClassName
{
color: #C01FD4;
}
.AnyTagClassName
{
color: #C01FD4;
}
</style>
background-color css
<style>
a { background-color: #C01FD4; }
a { background-color: rgb(192,31,212); }
div.DivClassName
{
background-color: #C01FD4;
}
.BgClassName
{
background-color: #C01FD4;
}
</style>
border-color css
<style>
span { border-color: #C01FD4; }
span { border-color: rgb(192,31,212); }
td.TdClassName
{
border-color: #C01FD4;
}
.TagClassName
{
border-color: #C01FD4;
}
</style>