Shades of Deep Magenta #C51DC9
Tints of Deep Magenta #C51DC9
RGB
CMYK
RGB Variations
Color information
#C51DC9 (or 0xC51DC9) is known color: Deep Magenta. HEX triplet: C5, 1D and C9. RGB value is (197,29,201). Sum of RGB (Red+Green+Blue) = 197+29+201=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #C51DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51DC9 is #3AE236. Grayscale: #626262. Windows color (decimal): -3858999 or 13180357. OLE color: 13180357.
HSL color Cylindrical-coordinate representation of color #C51DC9: hue angle of 298.6º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51DC9 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 29 | 201 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.21 |
| HSL | 298.6º | 0.75% | 0.45% | - |
| HSV(B) | 298.6º | 0.86% | 0.79% | - |
| XYZ | 34.01 | 16.97 | 56.74 | - |
| YUV | 98.84 | 185.66 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 201 | 0.02 | 0.86 | 0 | 0.21 | 298.6 | 0.75 | 0.45 |
| Hex | C5 | 1D | C9 | 2 | 56 | 0 | 15 | 12B | 4B | 2D |
| Octal | 305 | 35 | 311 | 2 | 126 | 0 | 25 | 453 | 113 | 55 |
| Binary | 11000101 | 11101 | 11001001 | 10 | 1010110 | 0 | 10101 | 100101011 | 1001011 | 101101 |
Color Harmonies of #C51DC9
Complementary color
Monochromatic Colors of #C51DC9
Black with #C51DC9
Text Example
Text Example
White with #C51DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51DC9; }
p { color: rgb(197,29,201); }
H1.HeaderClassName
{
color: #C51DC9;
}
.AnyTagClassName
{
color: #C51DC9;
}
</style>
background-color css
<style>
a { background-color: #C51DC9; }
a { background-color: rgb(197,29,201); }
div.DivClassName
{
background-color: #C51DC9;
}
.BgClassName
{
background-color: #C51DC9;
}
</style>
border-color css
<style>
span { border-color: #C51DC9; }
span { border-color: rgb(197,29,201); }
td.TdClassName
{
border-color: #C51DC9;
}
.TagClassName
{
border-color: #C51DC9;
}
</style>