Shades of Deep Magenta #C50BDA
Tints of Deep Magenta #C50BDA
RGB
CMYK
RGB Variations
Color information
#C50BDA (or 0xC50BDA) is known color: Deep Magenta. HEX triplet: C5, 0B and DA. RGB value is (197,11,218). Sum of RGB (Red+Green+Blue) = 197+11+218=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #C50BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50BDA is #3AF425. Grayscale: #595959. Windows color (decimal): -3863590 or 14289861. OLE color: 14289861.
HSL color Cylindrical-coordinate representation of color #C50BDA: hue angle of 293.91º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50BDA is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 11 | 218 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.15 |
| HSL | 293.91º | 0.9% | 0.45% | - |
| HSV(B) | 293.91º | 0.95% | 0.85% | - |
| XYZ | 35.8 | 17.17 | 67.76 | - |
| YUV | 90.21 | 200.12 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 218 | 0.10 | 0.95 | 0 | 0.15 | 293.91 | 0.9 | 0.45 |
| Hex | C5 | B | DA | A | 5F | 0 | F | 126 | 5A | 2D |
| Octal | 305 | 13 | 332 | 12 | 137 | 0 | 17 | 446 | 132 | 55 |
| Binary | 11000101 | 1011 | 11011010 | 1010 | 1011111 | 0 | 1111 | 100100110 | 1011010 | 101101 |
Color Harmonies of #C50BDA
Complementary color
Monochromatic Colors of #C50BDA
Black with #C50BDA
Text Example
Text Example
White with #C50BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50BDA; }
p { color: rgb(197,11,218); }
H1.HeaderClassName
{
color: #C50BDA;
}
.AnyTagClassName
{
color: #C50BDA;
}
</style>
background-color css
<style>
a { background-color: #C50BDA; }
a { background-color: rgb(197,11,218); }
div.DivClassName
{
background-color: #C50BDA;
}
.BgClassName
{
background-color: #C50BDA;
}
</style>
border-color css
<style>
span { border-color: #C50BDA; }
span { border-color: rgb(197,11,218); }
td.TdClassName
{
border-color: #C50BDA;
}
.TagClassName
{
border-color: #C50BDA;
}
</style>