Shades of Deep Magenta #C514B5
Tints of Deep Magenta #C514B5
RGB
CMYK
RGB Variations
Color information
#C514B5 (or 0xC514B5) is known color: Deep Magenta. HEX triplet: C5, 14 and B5. RGB value is (197,20,181). Sum of RGB (Red+Green+Blue) = 197+20+181=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C514B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C514B5 is #3AEB4A. Grayscale: #5A5A5A. Windows color (decimal): -3861323 or 11867333. OLE color: 11867333.
HSL color Cylindrical-coordinate representation of color #C514B5: hue angle of 305.42º 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 #C514B5 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 181 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.23 |
| HSL | 305.42º | 0.82% | 0.43% | - |
| HSV(B) | 305.42º | 0.9% | 0.77% | - |
| XYZ | 31.62 | 15.71 | 45.08 | - |
| YUV | 91.28 | 178.64 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 181 | 0 | 0.90 | 0.08 | 0.23 | 305.42 | 0.82 | 0.43 |
| Hex | C5 | 14 | B5 | 0 | 5A | 8 | 17 | 131 | 52 | 2B |
| Octal | 305 | 24 | 265 | 0 | 132 | 10 | 27 | 461 | 122 | 53 |
| Binary | 11000101 | 10100 | 10110101 | 0 | 1011010 | 1000 | 10111 | 100110001 | 1010010 | 101011 |
Color Harmonies of #C514B5
Complementary color
Monochromatic Colors of #C514B5
Black with #C514B5
Text Example
Text Example
White with #C514B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C514B5; }
p { color: rgb(197,20,181); }
H1.HeaderClassName
{
color: #C514B5;
}
.AnyTagClassName
{
color: #C514B5;
}
</style>
background-color css
<style>
a { background-color: #C514B5; }
a { background-color: rgb(197,20,181); }
div.DivClassName
{
background-color: #C514B5;
}
.BgClassName
{
background-color: #C514B5;
}
</style>
border-color css
<style>
span { border-color: #C514B5; }
span { border-color: rgb(197,20,181); }
td.TdClassName
{
border-color: #C514B5;
}
.TagClassName
{
border-color: #C514B5;
}
</style>