Shades of Deep Magenta #C914AE
Tints of Deep Magenta #C914AE
RGB
CMYK
RGB Variations
Color information
#C914AE (or 0xC914AE) is known color: Deep Magenta. HEX triplet: C9, 14 and AE. RGB value is (201,20,174). Sum of RGB (Red+Green+Blue) = 201+20+174=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C914AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C914AE is #36EB51. Grayscale: #5B5B5B. Windows color (decimal): -3599186 or 11408585. OLE color: 11408585.
HSL color Cylindrical-coordinate representation of color #C914AE: hue angle of 308.95º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C914AE is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 174 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.21 |
| HSL | 308.95º | 0.82% | 0.43% | - |
| HSV(B) | 308.95º | 0.9% | 0.79% | - |
| XYZ | 31.98 | 15.97 | 41.44 | - |
| YUV | 91.68 | 174.47 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 174 | 0 | 0.90 | 0.13 | 0.21 | 308.95 | 0.82 | 0.43 |
| Hex | C9 | 14 | AE | 0 | 5A | D | 15 | 135 | 52 | 2B |
| Octal | 311 | 24 | 256 | 0 | 132 | 15 | 25 | 465 | 122 | 53 |
| Binary | 11001001 | 10100 | 10101110 | 0 | 1011010 | 1101 | 10101 | 100110101 | 1010010 | 101011 |
Color Harmonies of #C914AE
Complementary color
Monochromatic Colors of #C914AE
Black with #C914AE
Text Example
Text Example
White with #C914AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C914AE; }
p { color: rgb(201,20,174); }
H1.HeaderClassName
{
color: #C914AE;
}
.AnyTagClassName
{
color: #C914AE;
}
</style>
background-color css
<style>
a { background-color: #C914AE; }
a { background-color: rgb(201,20,174); }
div.DivClassName
{
background-color: #C914AE;
}
.BgClassName
{
background-color: #C914AE;
}
</style>
border-color css
<style>
span { border-color: #C914AE; }
span { border-color: rgb(201,20,174); }
td.TdClassName
{
border-color: #C914AE;
}
.TagClassName
{
border-color: #C914AE;
}
</style>