Shades of Deep Magenta #C50DD4
Tints of Deep Magenta #C50DD4
RGB
CMYK
RGB Variations
Color information
#C50DD4 (or 0xC50DD4) is known color: Deep Magenta. HEX triplet: C5, 0D and D4. RGB value is (197,13,212). Sum of RGB (Red+Green+Blue) = 197+13+212=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 212 (83.20% from 255 or 50.24% from 422); Max value from RGB is 212 - color contains mainly: blue. Hex color #C50DD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50DD4 is #3AF22B. Grayscale: #5A5A5A. Windows color (decimal): -3863084 or 13897157. OLE color: 13897157.
HSL color Cylindrical-coordinate representation of color #C50DD4: hue angle of 295.48º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50DD4 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 13 | 212 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.17 |
| HSL | 295.48º | 0.88% | 0.44% | - |
| HSV(B) | 295.48º | 0.94% | 0.83% | - |
| XYZ | 35.05 | 16.91 | 63.7 | - |
| YUV | 90.7 | 196.46 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 212 | 0.07 | 0.94 | 0 | 0.17 | 295.48 | 0.88 | 0.44 |
| Hex | C5 | D | D4 | 7 | 5E | 0 | 11 | 127 | 58 | 2C |
| Octal | 305 | 15 | 324 | 7 | 136 | 0 | 21 | 447 | 130 | 54 |
| Binary | 11000101 | 1101 | 11010100 | 111 | 1011110 | 0 | 10001 | 100100111 | 1011000 | 101100 |
Color Harmonies of #C50DD4
Complementary color
Monochromatic Colors of #C50DD4
Black with #C50DD4
Text Example
Text Example
White with #C50DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50DD4; }
p { color: rgb(197,13,212); }
H1.HeaderClassName
{
color: #C50DD4;
}
.AnyTagClassName
{
color: #C50DD4;
}
</style>
background-color css
<style>
a { background-color: #C50DD4; }
a { background-color: rgb(197,13,212); }
div.DivClassName
{
background-color: #C50DD4;
}
.BgClassName
{
background-color: #C50DD4;
}
</style>
border-color css
<style>
span { border-color: #C50DD4; }
span { border-color: rgb(197,13,212); }
td.TdClassName
{
border-color: #C50DD4;
}
.TagClassName
{
border-color: #C50DD4;
}
</style>