Shades of Deep Magenta #C50BDB
Tints of Deep Magenta #C50BDB
RGB
CMYK
RGB Variations
Color information
#C50BDB (or 0xC50BDB) is known color: Deep Magenta. HEX triplet: C5, 0B and DB. RGB value is (197,11,219). Sum of RGB (Red+Green+Blue) = 197+11+219=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #C50BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50BDB is #3AF424. Grayscale: #595959. Windows color (decimal): -3863589 or 14355397. OLE color: 14355397.
HSL color Cylindrical-coordinate representation of color #C50BDB: hue angle of 293.65º degrees, saturation: 0.9, 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 #C50BDB is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 11 | 219 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.14 |
| HSL | 293.65º | 0.9% | 0.45% | - |
| HSV(B) | 293.65º | 0.95% | 0.86% | - |
| XYZ | 35.93 | 17.22 | 68.45 | - |
| YUV | 90.33 | 200.62 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 219 | 0.10 | 0.95 | 0 | 0.14 | 293.65 | 0.9 | 0.45 |
| Hex | C5 | B | DB | A | 5F | 0 | E | 126 | 5A | 2D |
| Octal | 305 | 13 | 333 | 12 | 137 | 0 | 16 | 446 | 132 | 55 |
| Binary | 11000101 | 1011 | 11011011 | 1010 | 1011111 | 0 | 1110 | 100100110 | 1011010 | 101101 |
Color Harmonies of #C50BDB
Complementary color
Monochromatic Colors of #C50BDB
Black with #C50BDB
Text Example
Text Example
White with #C50BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50BDB; }
p { color: rgb(197,11,219); }
H1.HeaderClassName
{
color: #C50BDB;
}
.AnyTagClassName
{
color: #C50BDB;
}
</style>
background-color css
<style>
a { background-color: #C50BDB; }
a { background-color: rgb(197,11,219); }
div.DivClassName
{
background-color: #C50BDB;
}
.BgClassName
{
background-color: #C50BDB;
}
</style>
border-color css
<style>
span { border-color: #C50BDB; }
span { border-color: rgb(197,11,219); }
td.TdClassName
{
border-color: #C50BDB;
}
.TagClassName
{
border-color: #C50BDB;
}
</style>