Shades of Deep Magenta #C51ADF
Tints of Deep Magenta #C51ADF
RGB
CMYK
RGB Variations
Color information
#C51ADF (or 0xC51ADF) is known color: Deep Magenta. HEX triplet: C5, 1A and DF. RGB value is (197,26,223). Sum of RGB (Red+Green+Blue) = 197+26+223=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #C51ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51ADF is #3AE520. Grayscale: #626262. Windows color (decimal): -3859745 or 14621381. OLE color: 14621381.
HSL color Cylindrical-coordinate representation of color #C51ADF: hue angle of 292.08º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51ADF is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 26 | 223 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.13 |
| HSL | 292.08º | 0.79% | 0.49% | - |
| HSV(B) | 292.08º | 0.88% | 0.87% | - |
| XYZ | 36.71 | 17.94 | 71.34 | - |
| YUV | 99.59 | 197.65 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 223 | 0.12 | 0.88 | 0 | 0.13 | 292.08 | 0.79 | 0.49 |
| Hex | C5 | 1A | DF | C | 58 | 0 | D | 124 | 4F | 31 |
| Octal | 305 | 32 | 337 | 14 | 130 | 0 | 15 | 444 | 117 | 61 |
| Binary | 11000101 | 11010 | 11011111 | 1100 | 1011000 | 0 | 1101 | 100100100 | 1001111 | 110001 |
Color Harmonies of #C51ADF
Complementary color
Monochromatic Colors of #C51ADF
Black with #C51ADF
Text Example
Text Example
White with #C51ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51ADF; }
p { color: rgb(197,26,223); }
H1.HeaderClassName
{
color: #C51ADF;
}
.AnyTagClassName
{
color: #C51ADF;
}
</style>
background-color css
<style>
a { background-color: #C51ADF; }
a { background-color: rgb(197,26,223); }
div.DivClassName
{
background-color: #C51ADF;
}
.BgClassName
{
background-color: #C51ADF;
}
</style>
border-color css
<style>
span { border-color: #C51ADF; }
span { border-color: rgb(197,26,223); }
td.TdClassName
{
border-color: #C51ADF;
}
.TagClassName
{
border-color: #C51ADF;
}
</style>