Shades of Deep Magenta #C514BE
Tints of Deep Magenta #C514BE
RGB
CMYK
RGB Variations
Color information
#C514BE (or 0xC514BE) is known color: Deep Magenta. HEX triplet: C5, 14 and BE. RGB value is (197,20,190). Sum of RGB (Red+Green+Blue) = 197+20+190=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C514BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C514BE is #3AEB41. Grayscale: #5B5B5B. Windows color (decimal): -3861314 or 12457157. OLE color: 12457157.
HSL color Cylindrical-coordinate representation of color #C514BE: hue angle of 302.37º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C514BE is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 190 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.23 |
| HSL | 302.37º | 0.82% | 0.43% | - |
| HSV(B) | 302.37º | 0.9% | 0.77% | - |
| XYZ | 32.57 | 16.09 | 50.1 | - |
| YUV | 92.3 | 183.14 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 190 | 0 | 0.90 | 0.04 | 0.23 | 302.37 | 0.82 | 0.43 |
| Hex | C5 | 14 | BE | 0 | 5A | 4 | 17 | 12E | 52 | 2B |
| Octal | 305 | 24 | 276 | 0 | 132 | 4 | 27 | 456 | 122 | 53 |
| Binary | 11000101 | 10100 | 10111110 | 0 | 1011010 | 100 | 10111 | 100101110 | 1010010 | 101011 |
Color Harmonies of #C514BE
Complementary color
Monochromatic Colors of #C514BE
Black with #C514BE
Text Example
Text Example
White with #C514BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C514BE; }
p { color: rgb(197,20,190); }
H1.HeaderClassName
{
color: #C514BE;
}
.AnyTagClassName
{
color: #C514BE;
}
</style>
background-color css
<style>
a { background-color: #C514BE; }
a { background-color: rgb(197,20,190); }
div.DivClassName
{
background-color: #C514BE;
}
.BgClassName
{
background-color: #C514BE;
}
</style>
border-color css
<style>
span { border-color: #C514BE; }
span { border-color: rgb(197,20,190); }
td.TdClassName
{
border-color: #C514BE;
}
.TagClassName
{
border-color: #C514BE;
}
</style>