Shades of Deep Magenta #C51CDA
Tints of Deep Magenta #C51CDA
RGB
CMYK
RGB Variations
Color information
#C51CDA (or 0xC51CDA) is known color: Deep Magenta. HEX triplet: C5, 1C and DA. RGB value is (197,28,218). Sum of RGB (Red+Green+Blue) = 197+28+218=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #C51CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CDA is #3AE325. Grayscale: #636363. Windows color (decimal): -3859238 or 14294213. OLE color: 14294213.
HSL color Cylindrical-coordinate representation of color #C51CDA: hue angle of 293.37º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51CDA is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 28 | 218 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.15 |
| HSL | 293.37º | 0.77% | 0.48% | - |
| HSV(B) | 293.37º | 0.87% | 0.85% | - |
| XYZ | 36.1 | 17.76 | 67.86 | - |
| YUV | 100.19 | 194.49 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 218 | 0.10 | 0.87 | 0 | 0.15 | 293.37 | 0.77 | 0.48 |
| Hex | C5 | 1C | DA | A | 57 | 0 | F | 125 | 4D | 30 |
| Octal | 305 | 34 | 332 | 12 | 127 | 0 | 17 | 445 | 115 | 60 |
| Binary | 11000101 | 11100 | 11011010 | 1010 | 1010111 | 0 | 1111 | 100100101 | 1001101 | 110000 |
Color Harmonies of #C51CDA
Complementary color
Monochromatic Colors of #C51CDA
Black with #C51CDA
Text Example
Text Example
White with #C51CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51CDA; }
p { color: rgb(197,28,218); }
H1.HeaderClassName
{
color: #C51CDA;
}
.AnyTagClassName
{
color: #C51CDA;
}
</style>
background-color css
<style>
a { background-color: #C51CDA; }
a { background-color: rgb(197,28,218); }
div.DivClassName
{
background-color: #C51CDA;
}
.BgClassName
{
background-color: #C51CDA;
}
</style>
border-color css
<style>
span { border-color: #C51CDA; }
span { border-color: rgb(197,28,218); }
td.TdClassName
{
border-color: #C51CDA;
}
.TagClassName
{
border-color: #C51CDA;
}
</style>