Shades of Deep Magenta #C51FC1
Tints of Deep Magenta #C51FC1
RGB
CMYK
RGB Variations
Color information
#C51FC1 (or 0xC51FC1) is known color: Deep Magenta. HEX triplet: C5, 1F and C1. RGB value is (197,31,193). Sum of RGB (Red+Green+Blue) = 197+31+193=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C51FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51FC1 is #3AE03E. Grayscale: #626262. Windows color (decimal): -3858495 or 12656581. OLE color: 12656581.
HSL color Cylindrical-coordinate representation of color #C51FC1: hue angle of 301.45º 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 #C51FC1 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 193 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.23 |
| HSL | 301.45º | 0.73% | 0.45% | - |
| HSV(B) | 301.45º | 0.84% | 0.77% | - |
| XYZ | 33.14 | 16.7 | 51.93 | - |
| YUV | 99.1 | 181 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 193 | 0 | 0.84 | 0.02 | 0.23 | 301.45 | 0.73 | 0.45 |
| Hex | C5 | 1F | C1 | 0 | 54 | 2 | 17 | 12D | 49 | 2D |
| Octal | 305 | 37 | 301 | 0 | 124 | 2 | 27 | 455 | 111 | 55 |
| Binary | 11000101 | 11111 | 11000001 | 0 | 1010100 | 10 | 10111 | 100101101 | 1001001 | 101101 |
Color Harmonies of #C51FC1
Complementary color
Monochromatic Colors of #C51FC1
Black with #C51FC1
Text Example
Text Example
White with #C51FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51FC1; }
p { color: rgb(197,31,193); }
H1.HeaderClassName
{
color: #C51FC1;
}
.AnyTagClassName
{
color: #C51FC1;
}
</style>
background-color css
<style>
a { background-color: #C51FC1; }
a { background-color: rgb(197,31,193); }
div.DivClassName
{
background-color: #C51FC1;
}
.BgClassName
{
background-color: #C51FC1;
}
</style>
border-color css
<style>
span { border-color: #C51FC1; }
span { border-color: rgb(197,31,193); }
td.TdClassName
{
border-color: #C51FC1;
}
.TagClassName
{
border-color: #C51FC1;
}
</style>