Shades of Deep Magenta #C50AB0
Tints of Deep Magenta #C50AB0
RGB
CMYK
RGB Variations
Color information
#C50AB0 (or 0xC50AB0) is known color: Deep Magenta. HEX triplet: C5, 0A and B0. RGB value is (197,10,176). Sum of RGB (Red+Green+Blue) = 197+10+176=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C50AB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50AB0 is #3AF54F. Grayscale: #545454. Windows color (decimal): -3863888 or 11537093. OLE color: 11537093.
HSL color Cylindrical-coordinate representation of color #C50AB0: hue angle of 306.74º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50AB0 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 176 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.23 |
| HSL | 306.74º | 0.9% | 0.41% | - |
| HSV(B) | 306.74º | 0.95% | 0.77% | - |
| XYZ | 30.97 | 15.22 | 42.38 | - |
| YUV | 84.84 | 179.45 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 176 | 0 | 0.95 | 0.11 | 0.23 | 306.74 | 0.9 | 0.41 |
| Hex | C5 | A | B0 | 0 | 5F | B | 17 | 133 | 5A | 29 |
| Octal | 305 | 12 | 260 | 0 | 137 | 13 | 27 | 463 | 132 | 51 |
| Binary | 11000101 | 1010 | 10110000 | 0 | 1011111 | 1011 | 10111 | 100110011 | 1011010 | 101001 |
Color Harmonies of #C50AB0
Complementary color
Monochromatic Colors of #C50AB0
Black with #C50AB0
Text Example
Text Example
White with #C50AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50AB0; }
p { color: rgb(197,10,176); }
H1.HeaderClassName
{
color: #C50AB0;
}
.AnyTagClassName
{
color: #C50AB0;
}
</style>
background-color css
<style>
a { background-color: #C50AB0; }
a { background-color: rgb(197,10,176); }
div.DivClassName
{
background-color: #C50AB0;
}
.BgClassName
{
background-color: #C50AB0;
}
</style>
border-color css
<style>
span { border-color: #C50AB0; }
span { border-color: rgb(197,10,176); }
td.TdClassName
{
border-color: #C50AB0;
}
.TagClassName
{
border-color: #C50AB0;
}
</style>