Shades of Deep Magenta #C51CAD
Tints of Deep Magenta #C51CAD
RGB
CMYK
RGB Variations
Color information
#C51CAD (or 0xC51CAD) is known color: Deep Magenta. HEX triplet: C5, 1C and AD. RGB value is (197,28,173). Sum of RGB (Red+Green+Blue) = 197+28+173=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C51CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51CAD is #3AE352. Grayscale: #5E5E5E. Windows color (decimal): -3859283 or 11345093. OLE color: 11345093.
HSL color Cylindrical-coordinate representation of color #C51CAD: hue angle of 308.52º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51CAD is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 28 | 173 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.23 |
| HSL | 308.52º | 0.75% | 0.44% | - |
| HSV(B) | 308.52º | 0.86% | 0.77% | - |
| XYZ | 30.98 | 15.72 | 40.94 | - |
| YUV | 95.06 | 171.99 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 173 | 0 | 0.86 | 0.12 | 0.23 | 308.52 | 0.75 | 0.44 |
| Hex | C5 | 1C | AD | 0 | 56 | C | 17 | 135 | 4B | 2C |
| Octal | 305 | 34 | 255 | 0 | 126 | 14 | 27 | 465 | 113 | 54 |
| Binary | 11000101 | 11100 | 10101101 | 0 | 1010110 | 1100 | 10111 | 100110101 | 1001011 | 101100 |
Color Harmonies of #C51CAD
Complementary color
Monochromatic Colors of #C51CAD
Black with #C51CAD
Text Example
Text Example
White with #C51CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51CAD; }
p { color: rgb(197,28,173); }
H1.HeaderClassName
{
color: #C51CAD;
}
.AnyTagClassName
{
color: #C51CAD;
}
</style>
background-color css
<style>
a { background-color: #C51CAD; }
a { background-color: rgb(197,28,173); }
div.DivClassName
{
background-color: #C51CAD;
}
.BgClassName
{
background-color: #C51CAD;
}
</style>
border-color css
<style>
span { border-color: #C51CAD; }
span { border-color: rgb(197,28,173); }
td.TdClassName
{
border-color: #C51CAD;
}
.TagClassName
{
border-color: #C51CAD;
}
</style>