Shades of Deep Magenta #C50DC4
Tints of Deep Magenta #C50DC4
RGB
CMYK
RGB Variations
Color information
#C50DC4 (or 0xC50DC4) is known color: Deep Magenta. HEX triplet: C5, 0D and C4. RGB value is (197,13,196). Sum of RGB (Red+Green+Blue) = 197+13+196=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 196 (76.95% from 255 or 48.28% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C50DC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50DC4 is #3AF23B. Grayscale: #585858. Windows color (decimal): -3863100 or 12848581. OLE color: 12848581.
HSL color Cylindrical-coordinate representation of color #C50DC4: hue angle of 300.33º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50DC4 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 13 | 196 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.23 |
| HSL | 300.33º | 0.88% | 0.41% | - |
| HSV(B) | 300.33º | 0.93% | 0.77% | - |
| XYZ | 33.13 | 16.14 | 53.59 | - |
| YUV | 88.88 | 188.46 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 196 | 0 | 0.93 | 0.01 | 0.23 | 300.33 | 0.88 | 0.41 |
| Hex | C5 | D | C4 | 0 | 5D | 1 | 17 | 12C | 58 | 29 |
| Octal | 305 | 15 | 304 | 0 | 135 | 1 | 27 | 454 | 130 | 51 |
| Binary | 11000101 | 1101 | 11000100 | 0 | 1011101 | 1 | 10111 | 100101100 | 1011000 | 101001 |
Color Harmonies of #C50DC4
Complementary color
Monochromatic Colors of #C50DC4
Black with #C50DC4
Text Example
Text Example
White with #C50DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50DC4; }
p { color: rgb(197,13,196); }
H1.HeaderClassName
{
color: #C50DC4;
}
.AnyTagClassName
{
color: #C50DC4;
}
</style>
background-color css
<style>
a { background-color: #C50DC4; }
a { background-color: rgb(197,13,196); }
div.DivClassName
{
background-color: #C50DC4;
}
.BgClassName
{
background-color: #C50DC4;
}
</style>
border-color css
<style>
span { border-color: #C50DC4; }
span { border-color: rgb(197,13,196); }
td.TdClassName
{
border-color: #C50DC4;
}
.TagClassName
{
border-color: #C50DC4;
}
</style>