Shades of Deep Magenta #C51FCF
Tints of Deep Magenta #C51FCF
RGB
CMYK
RGB Variations
Color information
#C51FCF (or 0xC51FCF) is known color: Deep Magenta. HEX triplet: C5, 1F and CF. RGB value is (197,31,207). Sum of RGB (Red+Green+Blue) = 197+31+207=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #C51FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51FCF is #3AE030. Grayscale: #646464. Windows color (decimal): -3858481 or 13574085. OLE color: 13574085.
HSL color Cylindrical-coordinate representation of color #C51FCF: hue angle of 296.59º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51FCF is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 31 | 207 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.19 |
| HSL | 296.59º | 0.74% | 0.47% | - |
| HSV(B) | 296.59º | 0.85% | 0.81% | - |
| XYZ | 34.78 | 17.36 | 60.55 | - |
| YUV | 100.7 | 188 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 207 | 0.05 | 0.85 | 0 | 0.19 | 296.59 | 0.74 | 0.47 |
| Hex | C5 | 1F | CF | 5 | 55 | 0 | 13 | 129 | 4A | 2F |
| Octal | 305 | 37 | 317 | 5 | 125 | 0 | 23 | 451 | 112 | 57 |
| Binary | 11000101 | 11111 | 11001111 | 101 | 1010101 | 0 | 10011 | 100101001 | 1001010 | 101111 |
Color Harmonies of #C51FCF
Complementary color
Monochromatic Colors of #C51FCF
Black with #C51FCF
Text Example
Text Example
White with #C51FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51FCF; }
p { color: rgb(197,31,207); }
H1.HeaderClassName
{
color: #C51FCF;
}
.AnyTagClassName
{
color: #C51FCF;
}
</style>
background-color css
<style>
a { background-color: #C51FCF; }
a { background-color: rgb(197,31,207); }
div.DivClassName
{
background-color: #C51FCF;
}
.BgClassName
{
background-color: #C51FCF;
}
</style>
border-color css
<style>
span { border-color: #C51FCF; }
span { border-color: rgb(197,31,207); }
td.TdClassName
{
border-color: #C51FCF;
}
.TagClassName
{
border-color: #C51FCF;
}
</style>