Shades of Deep Magenta #C914BE
Tints of Deep Magenta #C914BE
RGB
CMYK
RGB Variations
Color information
#C914BE (or 0xC914BE) is known color: Deep Magenta. HEX triplet: C9, 14 and BE. RGB value is (201,20,190). Sum of RGB (Red+Green+Blue) = 201+20+190=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C914BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C914BE is #36EB41. Grayscale: #5D5D5D. Windows color (decimal): -3599170 or 12457161. OLE color: 12457161.
HSL color Cylindrical-coordinate representation of color #C914BE: hue angle of 303.65º 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 #C914BE is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 190 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.21 |
| HSL | 303.65º | 0.82% | 0.43% | - |
| HSV(B) | 303.65º | 0.9% | 0.79% | - |
| XYZ | 33.63 | 16.64 | 50.15 | - |
| YUV | 93.5 | 182.47 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 190 | 0 | 0.90 | 0.05 | 0.21 | 303.65 | 0.82 | 0.43 |
| Hex | C9 | 14 | BE | 0 | 5A | 5 | 15 | 130 | 52 | 2B |
| Octal | 311 | 24 | 276 | 0 | 132 | 5 | 25 | 460 | 122 | 53 |
| Binary | 11001001 | 10100 | 10111110 | 0 | 1011010 | 101 | 10101 | 100110000 | 1010010 | 101011 |
Color Harmonies of #C914BE
Complementary color
Monochromatic Colors of #C914BE
Black with #C914BE
Text Example
Text Example
White with #C914BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C914BE; }
p { color: rgb(201,20,190); }
H1.HeaderClassName
{
color: #C914BE;
}
.AnyTagClassName
{
color: #C914BE;
}
</style>
background-color css
<style>
a { background-color: #C914BE; }
a { background-color: rgb(201,20,190); }
div.DivClassName
{
background-color: #C914BE;
}
.BgClassName
{
background-color: #C914BE;
}
</style>
border-color css
<style>
span { border-color: #C914BE; }
span { border-color: rgb(201,20,190); }
td.TdClassName
{
border-color: #C914BE;
}
.TagClassName
{
border-color: #C914BE;
}
</style>