Shades of Deep Magenta #C914BD
Tints of Deep Magenta #C914BD
RGB
CMYK
RGB Variations
Color information
#C914BD (or 0xC914BD) is known color: Deep Magenta. HEX triplet: C9, 14 and BD. RGB value is (201,20,189). Sum of RGB (Red+Green+Blue) = 201+20+189=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C914BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C914BD is #36EB42. Grayscale: #5C5C5C. Windows color (decimal): -3599171 or 12391625. OLE color: 12391625.
HSL color Cylindrical-coordinate representation of color #C914BD: hue angle of 303.98º 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 #C914BD is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 189 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.21 |
| HSL | 303.98º | 0.82% | 0.43% | - |
| HSV(B) | 303.98º | 0.9% | 0.79% | - |
| XYZ | 33.52 | 16.59 | 49.58 | - |
| YUV | 93.39 | 181.97 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 189 | 0 | 0.90 | 0.06 | 0.21 | 303.98 | 0.82 | 0.43 |
| Hex | C9 | 14 | BD | 0 | 5A | 6 | 15 | 130 | 52 | 2B |
| Octal | 311 | 24 | 275 | 0 | 132 | 6 | 25 | 460 | 122 | 53 |
| Binary | 11001001 | 10100 | 10111101 | 0 | 1011010 | 110 | 10101 | 100110000 | 1010010 | 101011 |
Color Harmonies of #C914BD
Complementary color
Monochromatic Colors of #C914BD
Black with #C914BD
Text Example
Text Example
White with #C914BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C914BD; }
p { color: rgb(201,20,189); }
H1.HeaderClassName
{
color: #C914BD;
}
.AnyTagClassName
{
color: #C914BD;
}
</style>
background-color css
<style>
a { background-color: #C914BD; }
a { background-color: rgb(201,20,189); }
div.DivClassName
{
background-color: #C914BD;
}
.BgClassName
{
background-color: #C914BD;
}
</style>
border-color css
<style>
span { border-color: #C914BD; }
span { border-color: rgb(201,20,189); }
td.TdClassName
{
border-color: #C914BD;
}
.TagClassName
{
border-color: #C914BD;
}
</style>