Shades of Deep Magenta #C914BA
Tints of Deep Magenta #C914BA
RGB
CMYK
RGB Variations
Color information
#C914BA (or 0xC914BA) is known color: Deep Magenta. HEX triplet: C9, 14 and BA. RGB value is (201,20,186). Sum of RGB (Red+Green+Blue) = 201+20+186=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C914BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C914BA is #36EB45. Grayscale: #5C5C5C. Windows color (decimal): -3599174 or 12195017. OLE color: 12195017.
HSL color Cylindrical-coordinate representation of color #C914BA: hue angle of 304.97º 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 #C914BA is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 186 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.21 |
| HSL | 304.97º | 0.82% | 0.43% | - |
| HSV(B) | 304.97º | 0.9% | 0.79% | - |
| XYZ | 33.2 | 16.46 | 47.88 | - |
| YUV | 93.04 | 180.47 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 186 | 0 | 0.90 | 0.07 | 0.21 | 304.97 | 0.82 | 0.43 |
| Hex | C9 | 14 | BA | 0 | 5A | 7 | 15 | 131 | 52 | 2B |
| Octal | 311 | 24 | 272 | 0 | 132 | 7 | 25 | 461 | 122 | 53 |
| Binary | 11001001 | 10100 | 10111010 | 0 | 1011010 | 111 | 10101 | 100110001 | 1010010 | 101011 |
Color Harmonies of #C914BA
Complementary color
Monochromatic Colors of #C914BA
Black with #C914BA
Text Example
Text Example
White with #C914BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C914BA; }
p { color: rgb(201,20,186); }
H1.HeaderClassName
{
color: #C914BA;
}
.AnyTagClassName
{
color: #C914BA;
}
</style>
background-color css
<style>
a { background-color: #C914BA; }
a { background-color: rgb(201,20,186); }
div.DivClassName
{
background-color: #C914BA;
}
.BgClassName
{
background-color: #C914BA;
}
</style>
border-color css
<style>
span { border-color: #C914BA; }
span { border-color: rgb(201,20,186); }
td.TdClassName
{
border-color: #C914BA;
}
.TagClassName
{
border-color: #C914BA;
}
</style>