Shades of Deep Magenta #C51FCC
Tints of Deep Magenta #C51FCC
RGB
CMYK
RGB Variations
Color information
#C51FCC (or 0xC51FCC) is known color: Deep Magenta. HEX triplet: C5, 1F and CC. RGB value is (197,31,204). Sum of RGB (Red+Green+Blue) = 197+31+204=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #C51FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51FCC is #3AE033. Grayscale: #636363. Windows color (decimal): -3858484 or 13377477. OLE color: 13377477.
HSL color Cylindrical-coordinate representation of color #C51FCC: hue angle of 297.57º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51FCC is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 31 | 204 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.2 |
| HSL | 297.57º | 0.74% | 0.46% | - |
| HSV(B) | 297.57º | 0.85% | 0.8% | - |
| XYZ | 34.42 | 17.21 | 58.63 | - |
| YUV | 100.36 | 186.5 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 204 | 0.03 | 0.85 | 0 | 0.2 | 297.57 | 0.74 | 0.46 |
| Hex | C5 | 1F | CC | 3 | 55 | 0 | 14 | 12A | 4A | 2E |
| Octal | 305 | 37 | 314 | 3 | 125 | 0 | 24 | 452 | 112 | 56 |
| Binary | 11000101 | 11111 | 11001100 | 11 | 1010101 | 0 | 10100 | 100101010 | 1001010 | 101110 |
Color Harmonies of #C51FCC
Complementary color
Monochromatic Colors of #C51FCC
Black with #C51FCC
Text Example
Text Example
White with #C51FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51FCC; }
p { color: rgb(197,31,204); }
H1.HeaderClassName
{
color: #C51FCC;
}
.AnyTagClassName
{
color: #C51FCC;
}
</style>
background-color css
<style>
a { background-color: #C51FCC; }
a { background-color: rgb(197,31,204); }
div.DivClassName
{
background-color: #C51FCC;
}
.BgClassName
{
background-color: #C51FCC;
}
</style>
border-color css
<style>
span { border-color: #C51FCC; }
span { border-color: rgb(197,31,204); }
td.TdClassName
{
border-color: #C51FCC;
}
.TagClassName
{
border-color: #C51FCC;
}
</style>