Shades of Deep Magenta #C50ADE
Tints of Deep Magenta #C50ADE
RGB
CMYK
RGB Variations
Color information
#C50ADE (or 0xC50ADE) is known color: Deep Magenta. HEX triplet: C5, 0A and DE. RGB value is (197,10,222). Sum of RGB (Red+Green+Blue) = 197+10+222=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #C50ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50ADE is #3AF521. Grayscale: #595959. Windows color (decimal): -3863842 or 14551749. OLE color: 14551749.
HSL color Cylindrical-coordinate representation of color #C50ADE: hue angle of 292.92º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50ADE is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 10 | 222 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.13 |
| HSL | 292.92º | 0.91% | 0.45% | - |
| HSV(B) | 292.92º | 0.95% | 0.87% | - |
| XYZ | 36.32 | 17.36 | 70.54 | - |
| YUV | 90.08 | 202.45 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 222 | 0.11 | 0.95 | 0 | 0.13 | 292.92 | 0.91 | 0.45 |
| Hex | C5 | A | DE | B | 5F | 0 | D | 125 | 5B | 2D |
| Octal | 305 | 12 | 336 | 13 | 137 | 0 | 15 | 445 | 133 | 55 |
| Binary | 11000101 | 1010 | 11011110 | 1011 | 1011111 | 0 | 1101 | 100100101 | 1011011 | 101101 |
Color Harmonies of #C50ADE
Complementary color
Monochromatic Colors of #C50ADE
Black with #C50ADE
Text Example
Text Example
White with #C50ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50ADE; }
p { color: rgb(197,10,222); }
H1.HeaderClassName
{
color: #C50ADE;
}
.AnyTagClassName
{
color: #C50ADE;
}
</style>
background-color css
<style>
a { background-color: #C50ADE; }
a { background-color: rgb(197,10,222); }
div.DivClassName
{
background-color: #C50ADE;
}
.BgClassName
{
background-color: #C50ADE;
}
</style>
border-color css
<style>
span { border-color: #C50ADE; }
span { border-color: rgb(197,10,222); }
td.TdClassName
{
border-color: #C50ADE;
}
.TagClassName
{
border-color: #C50ADE;
}
</style>