Shades of Deep Magenta #C51BDF
Tints of Deep Magenta #C51BDF
RGB
CMYK
RGB Variations
Color information
#C51BDF (or 0xC51BDF) is known color: Deep Magenta. HEX triplet: C5, 1B and DF. RGB value is (197,27,223). Sum of RGB (Red+Green+Blue) = 197+27+223=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #C51BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51BDF is #3AE420. Grayscale: #636363. Windows color (decimal): -3859489 or 14621637. OLE color: 14621637.
HSL color Cylindrical-coordinate representation of color #C51BDF: hue angle of 292.04º degrees, saturation: 0.78, 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 #C51BDF is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 27 | 223 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.13 |
| HSL | 292.04º | 0.78% | 0.49% | - |
| HSV(B) | 292.04º | 0.88% | 0.87% | - |
| XYZ | 36.74 | 17.98 | 71.35 | - |
| YUV | 100.17 | 197.32 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 223 | 0.12 | 0.88 | 0 | 0.13 | 292.04 | 0.78 | 0.49 |
| Hex | C5 | 1B | DF | C | 58 | 0 | D | 124 | 4E | 31 |
| Octal | 305 | 33 | 337 | 14 | 130 | 0 | 15 | 444 | 116 | 61 |
| Binary | 11000101 | 11011 | 11011111 | 1100 | 1011000 | 0 | 1101 | 100100100 | 1001110 | 110001 |
Color Harmonies of #C51BDF
Complementary color
Monochromatic Colors of #C51BDF
Black with #C51BDF
Text Example
Text Example
White with #C51BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51BDF; }
p { color: rgb(197,27,223); }
H1.HeaderClassName
{
color: #C51BDF;
}
.AnyTagClassName
{
color: #C51BDF;
}
</style>
background-color css
<style>
a { background-color: #C51BDF; }
a { background-color: rgb(197,27,223); }
div.DivClassName
{
background-color: #C51BDF;
}
.BgClassName
{
background-color: #C51BDF;
}
</style>
border-color css
<style>
span { border-color: #C51BDF; }
span { border-color: rgb(197,27,223); }
td.TdClassName
{
border-color: #C51BDF;
}
.TagClassName
{
border-color: #C51BDF;
}
</style>