Shades of Deep Magenta #C514BF
Tints of Deep Magenta #C514BF
RGB
CMYK
RGB Variations
Color information
#C514BF (or 0xC514BF) is known color: Deep Magenta. HEX triplet: C5, 14 and BF. RGB value is (197,20,191). Sum of RGB (Red+Green+Blue) = 197+20+191=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C514BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C514BF is #3AEB40. Grayscale: #5B5B5B. Windows color (decimal): -3861313 or 12522693. OLE color: 12522693.
HSL color Cylindrical-coordinate representation of color #C514BF: hue angle of 302.03º 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 #C514BF is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 191 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.23 |
| HSL | 302.03º | 0.82% | 0.43% | - |
| HSV(B) | 302.03º | 0.9% | 0.77% | - |
| XYZ | 32.68 | 16.13 | 50.68 | - |
| YUV | 92.42 | 183.64 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 191 | 0 | 0.90 | 0.03 | 0.23 | 302.03 | 0.82 | 0.43 |
| Hex | C5 | 14 | BF | 0 | 5A | 3 | 17 | 12E | 52 | 2B |
| Octal | 305 | 24 | 277 | 0 | 132 | 3 | 27 | 456 | 122 | 53 |
| Binary | 11000101 | 10100 | 10111111 | 0 | 1011010 | 11 | 10111 | 100101110 | 1010010 | 101011 |
Color Harmonies of #C514BF
Complementary color
Monochromatic Colors of #C514BF
Black with #C514BF
Text Example
Text Example
White with #C514BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C514BF; }
p { color: rgb(197,20,191); }
H1.HeaderClassName
{
color: #C514BF;
}
.AnyTagClassName
{
color: #C514BF;
}
</style>
background-color css
<style>
a { background-color: #C514BF; }
a { background-color: rgb(197,20,191); }
div.DivClassName
{
background-color: #C514BF;
}
.BgClassName
{
background-color: #C514BF;
}
</style>
border-color css
<style>
span { border-color: #C514BF; }
span { border-color: rgb(197,20,191); }
td.TdClassName
{
border-color: #C514BF;
}
.TagClassName
{
border-color: #C514BF;
}
</style>