Shades of Deep Magenta #C11FAE
Tints of Deep Magenta #C11FAE
RGB
CMYK
RGB Variations
Color information
#C11FAE (or 0xC11FAE) is known color: Deep Magenta. HEX triplet: C1, 1F and AE. RGB value is (193,31,174). Sum of RGB (Red+Green+Blue) = 193+31+174=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C11FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11FAE is #3EE051. Grayscale: #5F5F5F. Windows color (decimal): -4120658 or 11411393. OLE color: 11411393.
HSL color Cylindrical-coordinate representation of color #C11FAE: hue angle of 307.04º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11FAE is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 31 | 174 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.24 |
| HSL | 307.04º | 0.72% | 0.44% | - |
| HSV(B) | 307.04º | 0.84% | 0.76% | - |
| XYZ | 30.12 | 15.37 | 41.42 | - |
| YUV | 95.74 | 172.17 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 174 | 0 | 0.84 | 0.10 | 0.24 | 307.04 | 0.72 | 0.44 |
| Hex | C1 | 1F | AE | 0 | 54 | A | 18 | 133 | 48 | 2C |
| Octal | 301 | 37 | 256 | 0 | 124 | 12 | 30 | 463 | 110 | 54 |
| Binary | 11000001 | 11111 | 10101110 | 0 | 1010100 | 1010 | 11000 | 100110011 | 1001000 | 101100 |
Color Harmonies of #C11FAE
Complementary color
Monochromatic Colors of #C11FAE
Black with #C11FAE
Text Example
Text Example
White with #C11FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11FAE; }
p { color: rgb(193,31,174); }
H1.HeaderClassName
{
color: #C11FAE;
}
.AnyTagClassName
{
color: #C11FAE;
}
</style>
background-color css
<style>
a { background-color: #C11FAE; }
a { background-color: rgb(193,31,174); }
div.DivClassName
{
background-color: #C11FAE;
}
.BgClassName
{
background-color: #C11FAE;
}
</style>
border-color css
<style>
span { border-color: #C11FAE; }
span { border-color: rgb(193,31,174); }
td.TdClassName
{
border-color: #C11FAE;
}
.TagClassName
{
border-color: #C11FAE;
}
</style>