Shades of Deep Magenta #C51DBB
Tints of Deep Magenta #C51DBB
RGB
CMYK
RGB Variations
Color information
#C51DBB (or 0xC51DBB) is known color: Deep Magenta. HEX triplet: C5, 1D and BB. RGB value is (197,29,187). Sum of RGB (Red+Green+Blue) = 197+29+187=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 29 (11.72% from 255 or 7.02% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C51DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51DBB is #3AE244. Grayscale: #606060. Windows color (decimal): -3859013 or 12262853. OLE color: 12262853.
HSL color Cylindrical-coordinate representation of color #C51DBB: hue angle of 303.57º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51DBB is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 187 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.23 |
| HSL | 303.57º | 0.74% | 0.44% | - |
| HSV(B) | 303.57º | 0.85% | 0.77% | - |
| XYZ | 32.43 | 16.34 | 48.46 | - |
| YUV | 97.24 | 178.66 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 187 | 0 | 0.85 | 0.05 | 0.23 | 303.57 | 0.74 | 0.44 |
| Hex | C5 | 1D | BB | 0 | 55 | 5 | 17 | 130 | 4A | 2C |
| Octal | 305 | 35 | 273 | 0 | 125 | 5 | 27 | 460 | 112 | 54 |
| Binary | 11000101 | 11101 | 10111011 | 0 | 1010101 | 101 | 10111 | 100110000 | 1001010 | 101100 |
Color Harmonies of #C51DBB
Complementary color
Monochromatic Colors of #C51DBB
Black with #C51DBB
Text Example
Text Example
White with #C51DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51DBB; }
p { color: rgb(197,29,187); }
H1.HeaderClassName
{
color: #C51DBB;
}
.AnyTagClassName
{
color: #C51DBB;
}
</style>
background-color css
<style>
a { background-color: #C51DBB; }
a { background-color: rgb(197,29,187); }
div.DivClassName
{
background-color: #C51DBB;
}
.BgClassName
{
background-color: #C51DBB;
}
</style>
border-color css
<style>
span { border-color: #C51DBB; }
span { border-color: rgb(197,29,187); }
td.TdClassName
{
border-color: #C51DBB;
}
.TagClassName
{
border-color: #C51DBB;
}
</style>