Shades of Deep Magenta #C50ADB
Tints of Deep Magenta #C50ADB
RGB
CMYK
RGB Variations
Color information
#C50ADB (or 0xC50ADB) is known color: Deep Magenta. HEX triplet: C5, 0A and DB. RGB value is (197,10,219). Sum of RGB (Red+Green+Blue) = 197+10+219=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #C50ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50ADB is #3AF524. Grayscale: #595959. Windows color (decimal): -3863845 or 14355141. OLE color: 14355141.
HSL color Cylindrical-coordinate representation of color #C50ADB: hue angle of 293.68º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50ADB is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 10 | 219 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.14 |
| HSL | 293.68º | 0.91% | 0.45% | - |
| HSV(B) | 293.68º | 0.95% | 0.86% | - |
| XYZ | 35.92 | 17.2 | 68.44 | - |
| YUV | 89.74 | 200.95 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 219 | 0.10 | 0.95 | 0 | 0.14 | 293.68 | 0.91 | 0.45 |
| Hex | C5 | A | DB | A | 5F | 0 | E | 126 | 5B | 2D |
| Octal | 305 | 12 | 333 | 12 | 137 | 0 | 16 | 446 | 133 | 55 |
| Binary | 11000101 | 1010 | 11011011 | 1010 | 1011111 | 0 | 1110 | 100100110 | 1011011 | 101101 |
Color Harmonies of #C50ADB
Complementary color
Monochromatic Colors of #C50ADB
Black with #C50ADB
Text Example
Text Example
White with #C50ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50ADB; }
p { color: rgb(197,10,219); }
H1.HeaderClassName
{
color: #C50ADB;
}
.AnyTagClassName
{
color: #C50ADB;
}
</style>
background-color css
<style>
a { background-color: #C50ADB; }
a { background-color: rgb(197,10,219); }
div.DivClassName
{
background-color: #C50ADB;
}
.BgClassName
{
background-color: #C50ADB;
}
</style>
border-color css
<style>
span { border-color: #C50ADB; }
span { border-color: rgb(197,10,219); }
td.TdClassName
{
border-color: #C50ADB;
}
.TagClassName
{
border-color: #C50ADB;
}
</style>