Shades of Deep Magenta #C51CB8
Tints of Deep Magenta #C51CB8
RGB
CMYK
RGB Variations
Color information
#C51CB8 (or 0xC51CB8) is known color: Deep Magenta. HEX triplet: C5, 1C and B8. RGB value is (197,28,184). Sum of RGB (Red+Green+Blue) = 197+28+184=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C51CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CB8 is #3AE347. Grayscale: #5F5F5F. Windows color (decimal): -3859272 or 12065989. OLE color: 12065989.
HSL color Cylindrical-coordinate representation of color #C51CB8: hue angle of 304.62º 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 #C51CB8 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 28 | 184 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.23 |
| HSL | 304.62º | 0.75% | 0.44% | - |
| HSV(B) | 304.62º | 0.86% | 0.77% | - |
| XYZ | 32.09 | 16.16 | 46.78 | - |
| YUV | 96.32 | 177.49 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 184 | 0 | 0.86 | 0.07 | 0.23 | 304.62 | 0.75 | 0.44 |
| Hex | C5 | 1C | B8 | 0 | 56 | 7 | 17 | 131 | 4B | 2C |
| Octal | 305 | 34 | 270 | 0 | 126 | 7 | 27 | 461 | 113 | 54 |
| Binary | 11000101 | 11100 | 10111000 | 0 | 1010110 | 111 | 10111 | 100110001 | 1001011 | 101100 |
Color Harmonies of #C51CB8
Complementary color
Monochromatic Colors of #C51CB8
Black with #C51CB8
Text Example
Text Example
White with #C51CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51CB8; }
p { color: rgb(197,28,184); }
H1.HeaderClassName
{
color: #C51CB8;
}
.AnyTagClassName
{
color: #C51CB8;
}
</style>
background-color css
<style>
a { background-color: #C51CB8; }
a { background-color: rgb(197,28,184); }
div.DivClassName
{
background-color: #C51CB8;
}
.BgClassName
{
background-color: #C51CB8;
}
</style>
border-color css
<style>
span { border-color: #C51CB8; }
span { border-color: rgb(197,28,184); }
td.TdClassName
{
border-color: #C51CB8;
}
.TagClassName
{
border-color: #C51CB8;
}
</style>