Shades of Deep Magenta #C50CDA
Tints of Deep Magenta #C50CDA
RGB
CMYK
RGB Variations
Color information
#C50CDA (or 0xC50CDA) is known color: Deep Magenta. HEX triplet: C5, 0C and DA. RGB value is (197,12,218). Sum of RGB (Red+Green+Blue) = 197+12+218=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #C50CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50CDA is #3AF325. Grayscale: #5A5A5A. Windows color (decimal): -3863334 or 14290117. OLE color: 14290117.
HSL color Cylindrical-coordinate representation of color #C50CDA: hue angle of 293.88º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50CDA is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 12 | 218 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.15 |
| HSL | 293.88º | 0.9% | 0.45% | - |
| HSV(B) | 293.88º | 0.94% | 0.85% | - |
| XYZ | 35.81 | 17.2 | 67.76 | - |
| YUV | 90.8 | 199.79 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 218 | 0.10 | 0.94 | 0 | 0.15 | 293.88 | 0.9 | 0.45 |
| Hex | C5 | C | DA | A | 5E | 0 | F | 126 | 5A | 2D |
| Octal | 305 | 14 | 332 | 12 | 136 | 0 | 17 | 446 | 132 | 55 |
| Binary | 11000101 | 1100 | 11011010 | 1010 | 1011110 | 0 | 1111 | 100100110 | 1011010 | 101101 |
Color Harmonies of #C50CDA
Complementary color
Monochromatic Colors of #C50CDA
Black with #C50CDA
Text Example
Text Example
White with #C50CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CDA; }
p { color: rgb(197,12,218); }
H1.HeaderClassName
{
color: #C50CDA;
}
.AnyTagClassName
{
color: #C50CDA;
}
</style>
background-color css
<style>
a { background-color: #C50CDA; }
a { background-color: rgb(197,12,218); }
div.DivClassName
{
background-color: #C50CDA;
}
.BgClassName
{
background-color: #C50CDA;
}
</style>
border-color css
<style>
span { border-color: #C50CDA; }
span { border-color: rgb(197,12,218); }
td.TdClassName
{
border-color: #C50CDA;
}
.TagClassName
{
border-color: #C50CDA;
}
</style>