Shades of Deep Magenta #C50ED3
Tints of Deep Magenta #C50ED3
RGB
CMYK
RGB Variations
Color information
#C50ED3 (or 0xC50ED3) is known color: Deep Magenta. HEX triplet: C5, 0E and D3. RGB value is (197,14,211). Sum of RGB (Red+Green+Blue) = 197+14+211=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 211 (82.81% from 255 or 50% from 422); Max value from RGB is 211 - color contains mainly: blue. Hex color #C50ED3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50ED3 is #3AF12C. Grayscale: #5A5A5A. Windows color (decimal): -3862829 or 13831877. OLE color: 13831877.
HSL color Cylindrical-coordinate representation of color #C50ED3: hue angle of 295.74º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50ED3 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 14 | 211 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.17 |
| HSL | 295.74º | 0.88% | 0.44% | - |
| HSV(B) | 295.74º | 0.93% | 0.83% | - |
| XYZ | 34.94 | 16.89 | 63.05 | - |
| YUV | 91.18 | 195.63 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 211 | 0.07 | 0.93 | 0 | 0.17 | 295.74 | 0.88 | 0.44 |
| Hex | C5 | E | D3 | 7 | 5D | 0 | 11 | 128 | 58 | 2C |
| Octal | 305 | 16 | 323 | 7 | 135 | 0 | 21 | 450 | 130 | 54 |
| Binary | 11000101 | 1110 | 11010011 | 111 | 1011101 | 0 | 10001 | 100101000 | 1011000 | 101100 |
Color Harmonies of #C50ED3
Complementary color
Monochromatic Colors of #C50ED3
Black with #C50ED3
Text Example
Text Example
White with #C50ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50ED3; }
p { color: rgb(197,14,211); }
H1.HeaderClassName
{
color: #C50ED3;
}
.AnyTagClassName
{
color: #C50ED3;
}
</style>
background-color css
<style>
a { background-color: #C50ED3; }
a { background-color: rgb(197,14,211); }
div.DivClassName
{
background-color: #C50ED3;
}
.BgClassName
{
background-color: #C50ED3;
}
</style>
border-color css
<style>
span { border-color: #C50ED3; }
span { border-color: rgb(197,14,211); }
td.TdClassName
{
border-color: #C50ED3;
}
.TagClassName
{
border-color: #C50ED3;
}
</style>