Shades of Deep Magenta #C51BBA
Tints of Deep Magenta #C51BBA
RGB
CMYK
RGB Variations
Color information
#C51BBA (or 0xC51BBA) is known color: Deep Magenta. HEX triplet: C5, 1B and BA. RGB value is (197,27,186). Sum of RGB (Red+Green+Blue) = 197+27+186=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C51BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51BBA is #3AE445. Grayscale: #5F5F5F. Windows color (decimal): -3859526 or 12196805. OLE color: 12196805.
HSL color Cylindrical-coordinate representation of color #C51BBA: hue angle of 303.88º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51BBA is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 27 | 186 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.23 |
| HSL | 303.88º | 0.76% | 0.44% | - |
| HSV(B) | 303.88º | 0.86% | 0.77% | - |
| XYZ | 32.28 | 16.2 | 47.88 | - |
| YUV | 95.96 | 178.82 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 186 | 0 | 0.86 | 0.06 | 0.23 | 303.88 | 0.76 | 0.44 |
| Hex | C5 | 1B | BA | 0 | 56 | 6 | 17 | 130 | 4C | 2C |
| Octal | 305 | 33 | 272 | 0 | 126 | 6 | 27 | 460 | 114 | 54 |
| Binary | 11000101 | 11011 | 10111010 | 0 | 1010110 | 110 | 10111 | 100110000 | 1001100 | 101100 |
Color Harmonies of #C51BBA
Complementary color
Monochromatic Colors of #C51BBA
Black with #C51BBA
Text Example
Text Example
White with #C51BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51BBA; }
p { color: rgb(197,27,186); }
H1.HeaderClassName
{
color: #C51BBA;
}
.AnyTagClassName
{
color: #C51BBA;
}
</style>
background-color css
<style>
a { background-color: #C51BBA; }
a { background-color: rgb(197,27,186); }
div.DivClassName
{
background-color: #C51BBA;
}
.BgClassName
{
background-color: #C51BBA;
}
</style>
border-color css
<style>
span { border-color: #C51BBA; }
span { border-color: rgb(197,27,186); }
td.TdClassName
{
border-color: #C51BBA;
}
.TagClassName
{
border-color: #C51BBA;
}
</style>