Shades of Deep Magenta #C51DB3
Tints of Deep Magenta #C51DB3
RGB
CMYK
RGB Variations
Color information
#C51DB3 (or 0xC51DB3) is known color: Deep Magenta. HEX triplet: C5, 1D and B3. RGB value is (197,29,179). Sum of RGB (Red+Green+Blue) = 197+29+179=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C51DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51DB3 is #3AE24C. Grayscale: #5F5F5F. Windows color (decimal): -3859021 or 11738565. OLE color: 11738565.
HSL color Cylindrical-coordinate representation of color #C51DB3: hue angle of 306.43º 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 #C51DB3 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 179 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.23 |
| HSL | 306.43º | 0.74% | 0.44% | - |
| HSV(B) | 306.43º | 0.85% | 0.77% | - |
| XYZ | 31.6 | 16 | 44.07 | - |
| YUV | 96.33 | 174.66 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 179 | 0 | 0.85 | 0.09 | 0.23 | 306.43 | 0.74 | 0.44 |
| Hex | C5 | 1D | B3 | 0 | 55 | 9 | 17 | 132 | 4A | 2C |
| Octal | 305 | 35 | 263 | 0 | 125 | 11 | 27 | 462 | 112 | 54 |
| Binary | 11000101 | 11101 | 10110011 | 0 | 1010101 | 1001 | 10111 | 100110010 | 1001010 | 101100 |
Color Harmonies of #C51DB3
Complementary color
Monochromatic Colors of #C51DB3
Black with #C51DB3
Text Example
Text Example
White with #C51DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51DB3; }
p { color: rgb(197,29,179); }
H1.HeaderClassName
{
color: #C51DB3;
}
.AnyTagClassName
{
color: #C51DB3;
}
</style>
background-color css
<style>
a { background-color: #C51DB3; }
a { background-color: rgb(197,29,179); }
div.DivClassName
{
background-color: #C51DB3;
}
.BgClassName
{
background-color: #C51DB3;
}
</style>
border-color css
<style>
span { border-color: #C51DB3; }
span { border-color: rgb(197,29,179); }
td.TdClassName
{
border-color: #C51DB3;
}
.TagClassName
{
border-color: #C51DB3;
}
</style>