Shades of Deep Magenta #C51FB8
Tints of Deep Magenta #C51FB8
RGB
CMYK
RGB Variations
Color information
#C51FB8 (or 0xC51FB8) is known color: Deep Magenta. HEX triplet: C5, 1F and B8. RGB value is (197,31,184). Sum of RGB (Red+Green+Blue) = 197+31+184=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C51FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51FB8 is #3AE047. Grayscale: #616161. Windows color (decimal): -3858504 or 12066757. OLE color: 12066757.
HSL color Cylindrical-coordinate representation of color #C51FB8: hue angle of 304.7º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51FB8 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 184 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.23 |
| HSL | 304.7º | 0.73% | 0.45% | - |
| HSV(B) | 304.7º | 0.84% | 0.77% | - |
| XYZ | 32.17 | 16.31 | 46.8 | - |
| YUV | 98.08 | 176.5 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 184 | 0 | 0.84 | 0.07 | 0.23 | 304.7 | 0.73 | 0.45 |
| Hex | C5 | 1F | B8 | 0 | 54 | 7 | 17 | 131 | 49 | 2D |
| Octal | 305 | 37 | 270 | 0 | 124 | 7 | 27 | 461 | 111 | 55 |
| Binary | 11000101 | 11111 | 10111000 | 0 | 1010100 | 111 | 10111 | 100110001 | 1001001 | 101101 |
Color Harmonies of #C51FB8
Complementary color
Monochromatic Colors of #C51FB8
Black with #C51FB8
Text Example
Text Example
White with #C51FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51FB8; }
p { color: rgb(197,31,184); }
H1.HeaderClassName
{
color: #C51FB8;
}
.AnyTagClassName
{
color: #C51FB8;
}
</style>
background-color css
<style>
a { background-color: #C51FB8; }
a { background-color: rgb(197,31,184); }
div.DivClassName
{
background-color: #C51FB8;
}
.BgClassName
{
background-color: #C51FB8;
}
</style>
border-color css
<style>
span { border-color: #C51FB8; }
span { border-color: rgb(197,31,184); }
td.TdClassName
{
border-color: #C51FB8;
}
.TagClassName
{
border-color: #C51FB8;
}
</style>