Shades of Deep Magenta #C01FAE
Tints of Deep Magenta #C01FAE
RGB
CMYK
RGB Variations
Color information
#C01FAE (or 0xC01FAE) is known color: Deep Magenta. HEX triplet: C0, 1F and AE. RGB value is (192,31,174). Sum of RGB (Red+Green+Blue) = 192+31+174=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C01FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01FAE is #3FE051. Grayscale: #5F5F5F. Windows color (decimal): -4186194 or 11411392. OLE color: 11411392.
HSL color Cylindrical-coordinate representation of color #C01FAE: hue angle of 306.71º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01FAE is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 174 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.25 |
| HSL | 306.71º | 0.72% | 0.44% | - |
| HSV(B) | 306.71º | 0.84% | 0.75% | - |
| XYZ | 29.87 | 15.24 | 41.41 | - |
| YUV | 95.44 | 172.34 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 174 | 0 | 0.84 | 0.09 | 0.25 | 306.71 | 0.72 | 0.44 |
| Hex | C0 | 1F | AE | 0 | 54 | 9 | 19 | 133 | 48 | 2C |
| Octal | 300 | 37 | 256 | 0 | 124 | 11 | 31 | 463 | 110 | 54 |
| Binary | 11000000 | 11111 | 10101110 | 0 | 1010100 | 1001 | 11001 | 100110011 | 1001000 | 101100 |
Color Harmonies of #C01FAE
Complementary color
Monochromatic Colors of #C01FAE
Black with #C01FAE
Text Example
Text Example
White with #C01FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01FAE; }
p { color: rgb(192,31,174); }
H1.HeaderClassName
{
color: #C01FAE;
}
.AnyTagClassName
{
color: #C01FAE;
}
</style>
background-color css
<style>
a { background-color: #C01FAE; }
a { background-color: rgb(192,31,174); }
div.DivClassName
{
background-color: #C01FAE;
}
.BgClassName
{
background-color: #C01FAE;
}
</style>
border-color css
<style>
span { border-color: #C01FAE; }
span { border-color: rgb(192,31,174); }
td.TdClassName
{
border-color: #C01FAE;
}
.TagClassName
{
border-color: #C01FAE;
}
</style>