Shades of Deep Magenta #C51FE3
Tints of Deep Magenta #C51FE3
RGB
CMYK
RGB Variations
Color information
#C51FE3 (or 0xC51FE3) is known color: Deep Magenta. HEX triplet: C5, 1F and E3. RGB value is (197,31,227). Sum of RGB (Red+Green+Blue) = 197+31+227=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 31 (12.5% from 255 or 6.81% from 455); Blue value is 227 (89.06% from 255 or 49.89% from 455); Max value from RGB is 227 - color contains mainly: blue. Hex color #C51FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51FE3 is #3AE01C. Grayscale: #666666. Windows color (decimal): -3858461 or 14884805. OLE color: 14884805.
HSL color Cylindrical-coordinate representation of color #C51FE3: hue angle of 290.82º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51FE3 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 31 | 227 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.11 |
| HSL | 290.82º | 0.78% | 0.51% | - |
| HSV(B) | 290.82º | 0.86% | 0.89% | - |
| XYZ | 37.38 | 18.4 | 74.25 | - |
| YUV | 102.98 | 198 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 227 | 0.13 | 0.86 | 0 | 0.11 | 290.82 | 0.78 | 0.51 |
| Hex | C5 | 1F | E3 | D | 56 | 0 | B | 123 | 4E | 33 |
| Octal | 305 | 37 | 343 | 15 | 126 | 0 | 13 | 443 | 116 | 63 |
| Binary | 11000101 | 11111 | 11100011 | 1101 | 1010110 | 0 | 1011 | 100100011 | 1001110 | 110011 |
Color Harmonies of #C51FE3
Complementary color
Monochromatic Colors of #C51FE3
Black with #C51FE3
Text Example
Text Example
White with #C51FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51FE3; }
p { color: rgb(197,31,227); }
H1.HeaderClassName
{
color: #C51FE3;
}
.AnyTagClassName
{
color: #C51FE3;
}
</style>
background-color css
<style>
a { background-color: #C51FE3; }
a { background-color: rgb(197,31,227); }
div.DivClassName
{
background-color: #C51FE3;
}
.BgClassName
{
background-color: #C51FE3;
}
</style>
border-color css
<style>
span { border-color: #C51FE3; }
span { border-color: rgb(197,31,227); }
td.TdClassName
{
border-color: #C51FE3;
}
.TagClassName
{
border-color: #C51FE3;
}
</style>