Shades of Deep Magenta #C50CDB
Tints of Deep Magenta #C50CDB
RGB
CMYK
RGB Variations
Color information
#C50CDB (or 0xC50CDB) is known color: Deep Magenta. HEX triplet: C5, 0C and DB. RGB value is (197,12,219). Sum of RGB (Red+Green+Blue) = 197+12+219=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #C50CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50CDB is #3AF324. Grayscale: #5A5A5A. Windows color (decimal): -3863333 or 14355653. OLE color: 14355653.
HSL color Cylindrical-coordinate representation of color #C50CDB: hue angle of 293.62º 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 #C50CDB is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 12 | 219 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.14 |
| HSL | 293.62º | 0.9% | 0.45% | - |
| HSV(B) | 293.62º | 0.95% | 0.86% | - |
| XYZ | 35.94 | 17.25 | 68.45 | - |
| YUV | 90.91 | 200.29 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 219 | 0.10 | 0.95 | 0 | 0.14 | 293.62 | 0.9 | 0.45 |
| Hex | C5 | C | DB | A | 5F | 0 | E | 126 | 5A | 2D |
| Octal | 305 | 14 | 333 | 12 | 137 | 0 | 16 | 446 | 132 | 55 |
| Binary | 11000101 | 1100 | 11011011 | 1010 | 1011111 | 0 | 1110 | 100100110 | 1011010 | 101101 |
Color Harmonies of #C50CDB
Complementary color
Monochromatic Colors of #C50CDB
Black with #C50CDB
Text Example
Text Example
White with #C50CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CDB; }
p { color: rgb(197,12,219); }
H1.HeaderClassName
{
color: #C50CDB;
}
.AnyTagClassName
{
color: #C50CDB;
}
</style>
background-color css
<style>
a { background-color: #C50CDB; }
a { background-color: rgb(197,12,219); }
div.DivClassName
{
background-color: #C50CDB;
}
.BgClassName
{
background-color: #C50CDB;
}
</style>
border-color css
<style>
span { border-color: #C50CDB; }
span { border-color: rgb(197,12,219); }
td.TdClassName
{
border-color: #C50CDB;
}
.TagClassName
{
border-color: #C50CDB;
}
</style>