Shades of Deep Magenta #C50ABE
Tints of Deep Magenta #C50ABE
RGB
CMYK
RGB Variations
Color information
#C50ABE (or 0xC50ABE) is known color: Deep Magenta. HEX triplet: C5, 0A and BE. RGB value is (197,10,190). Sum of RGB (Red+Green+Blue) = 197+10+190=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C50ABE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50ABE is #3AF541. Grayscale: #555555. Windows color (decimal): -3863874 or 12454597. OLE color: 12454597.
HSL color Cylindrical-coordinate representation of color #C50ABE: hue angle of 302.25º 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 #C50ABE is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 190 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.23 |
| HSL | 302.25º | 0.9% | 0.41% | - |
| HSV(B) | 302.25º | 0.95% | 0.77% | - |
| XYZ | 32.43 | 15.81 | 50.06 | - |
| YUV | 86.43 | 186.45 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 190 | 0 | 0.95 | 0.04 | 0.23 | 302.25 | 0.9 | 0.41 |
| Hex | C5 | A | BE | 0 | 5F | 4 | 17 | 12E | 5A | 29 |
| Octal | 305 | 12 | 276 | 0 | 137 | 4 | 27 | 456 | 132 | 51 |
| Binary | 11000101 | 1010 | 10111110 | 0 | 1011111 | 100 | 10111 | 100101110 | 1011010 | 101001 |
Color Harmonies of #C50ABE
Complementary color
Monochromatic Colors of #C50ABE
Black with #C50ABE
Text Example
Text Example
White with #C50ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50ABE; }
p { color: rgb(197,10,190); }
H1.HeaderClassName
{
color: #C50ABE;
}
.AnyTagClassName
{
color: #C50ABE;
}
</style>
background-color css
<style>
a { background-color: #C50ABE; }
a { background-color: rgb(197,10,190); }
div.DivClassName
{
background-color: #C50ABE;
}
.BgClassName
{
background-color: #C50ABE;
}
</style>
border-color css
<style>
span { border-color: #C50ABE; }
span { border-color: rgb(197,10,190); }
td.TdClassName
{
border-color: #C50ABE;
}
.TagClassName
{
border-color: #C50ABE;
}
</style>