Shades of Deep Magenta #C51BDD
Tints of Deep Magenta #C51BDD
RGB
CMYK
RGB Variations
Color information
#C51BDD (or 0xC51BDD) is known color: Deep Magenta. HEX triplet: C5, 1B and DD. RGB value is (197,27,221). Sum of RGB (Red+Green+Blue) = 197+27+221=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 27 (10.94% from 255 or 6.07% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #C51BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51BDD is #3AE422. Grayscale: #636363. Windows color (decimal): -3859491 or 14490565. OLE color: 14490565.
HSL color Cylindrical-coordinate representation of color #C51BDD: hue angle of 292.58º 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 #C51BDD is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 27 | 221 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.13 |
| HSL | 292.58º | 0.78% | 0.49% | - |
| HSV(B) | 292.58º | 0.88% | 0.87% | - |
| XYZ | 36.47 | 17.87 | 69.93 | - |
| YUV | 99.95 | 196.32 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 221 | 0.11 | 0.88 | 0 | 0.13 | 292.58 | 0.78 | 0.49 |
| Hex | C5 | 1B | DD | B | 58 | 0 | D | 125 | 4E | 31 |
| Octal | 305 | 33 | 335 | 13 | 130 | 0 | 15 | 445 | 116 | 61 |
| Binary | 11000101 | 11011 | 11011101 | 1011 | 1011000 | 0 | 1101 | 100100101 | 1001110 | 110001 |
Color Harmonies of #C51BDD
Complementary color
Monochromatic Colors of #C51BDD
Black with #C51BDD
Text Example
Text Example
White with #C51BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51BDD; }
p { color: rgb(197,27,221); }
H1.HeaderClassName
{
color: #C51BDD;
}
.AnyTagClassName
{
color: #C51BDD;
}
</style>
background-color css
<style>
a { background-color: #C51BDD; }
a { background-color: rgb(197,27,221); }
div.DivClassName
{
background-color: #C51BDD;
}
.BgClassName
{
background-color: #C51BDD;
}
</style>
border-color css
<style>
span { border-color: #C51BDD; }
span { border-color: rgb(197,27,221); }
td.TdClassName
{
border-color: #C51BDD;
}
.TagClassName
{
border-color: #C51BDD;
}
</style>