Shades of Deep Magenta #C01AAE
Tints of Deep Magenta #C01AAE
RGB
CMYK
RGB Variations
Color information
#C01AAE (or 0xC01AAE) is known color: Deep Magenta. HEX triplet: C0, 1A and AE. RGB value is (192,26,174). Sum of RGB (Red+Green+Blue) = 192+26+174=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C01AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01AAE is #3FE551. Grayscale: #5C5C5C. Windows color (decimal): -4187474 or 11410112. OLE color: 11410112.
HSL color Cylindrical-coordinate representation of color #C01AAE: hue angle of 306.51º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01AAE is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 174 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.25 |
| HSL | 306.51º | 0.76% | 0.43% | - |
| HSV(B) | 306.51º | 0.86% | 0.75% | - |
| XYZ | 29.75 | 15 | 41.37 | - |
| YUV | 92.51 | 174 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 174 | 0 | 0.86 | 0.09 | 0.25 | 306.51 | 0.76 | 0.43 |
| Hex | C0 | 1A | AE | 0 | 56 | 9 | 19 | 133 | 4C | 2B |
| Octal | 300 | 32 | 256 | 0 | 126 | 11 | 31 | 463 | 114 | 53 |
| Binary | 11000000 | 11010 | 10101110 | 0 | 1010110 | 1001 | 11001 | 100110011 | 1001100 | 101011 |
Color Harmonies of #C01AAE
Complementary color
Monochromatic Colors of #C01AAE
Black with #C01AAE
Text Example
Text Example
White with #C01AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01AAE; }
p { color: rgb(192,26,174); }
H1.HeaderClassName
{
color: #C01AAE;
}
.AnyTagClassName
{
color: #C01AAE;
}
</style>
background-color css
<style>
a { background-color: #C01AAE; }
a { background-color: rgb(192,26,174); }
div.DivClassName
{
background-color: #C01AAE;
}
.BgClassName
{
background-color: #C01AAE;
}
</style>
border-color css
<style>
span { border-color: #C01AAE; }
span { border-color: rgb(192,26,174); }
td.TdClassName
{
border-color: #C01AAE;
}
.TagClassName
{
border-color: #C01AAE;
}
</style>