Shades of Medium Violet Red #C51DAB
Tints of Medium Violet Red #C51DAB
RGB
CMYK
RGB Variations
Color information
#C51DAB (or 0xC51DAB) is known color: Medium Violet Red. HEX triplet: C5, 1D and AB. RGB value is (197,29,171). Sum of RGB (Red+Green+Blue) = 197+29+171=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C51DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51DAB is #3AE254. Grayscale: #5F5F5F. Windows color (decimal): -3859029 or 11214277. OLE color: 11214277.
HSL color Cylindrical-coordinate representation of color #C51DAB: hue angle of 309.29º 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 #C51DAB is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 171 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.23 |
| HSL | 309.29º | 0.74% | 0.44% | - |
| HSV(B) | 309.29º | 0.85% | 0.77% | - |
| XYZ | 30.82 | 15.69 | 39.93 | - |
| YUV | 95.42 | 170.66 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 171 | 0 | 0.85 | 0.13 | 0.23 | 309.29 | 0.74 | 0.44 |
| Hex | C5 | 1D | AB | 0 | 55 | D | 17 | 135 | 4A | 2C |
| Octal | 305 | 35 | 253 | 0 | 125 | 15 | 27 | 465 | 112 | 54 |
| Binary | 11000101 | 11101 | 10101011 | 0 | 1010101 | 1101 | 10111 | 100110101 | 1001010 | 101100 |
Color Harmonies of #C51DAB
Complementary color
Monochromatic Colors of #C51DAB
Black with #C51DAB
Text Example
Text Example
White with #C51DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51DAB; }
p { color: rgb(197,29,171); }
H1.HeaderClassName
{
color: #C51DAB;
}
.AnyTagClassName
{
color: #C51DAB;
}
</style>
background-color css
<style>
a { background-color: #C51DAB; }
a { background-color: rgb(197,29,171); }
div.DivClassName
{
background-color: #C51DAB;
}
.BgClassName
{
background-color: #C51DAB;
}
</style>
border-color css
<style>
span { border-color: #C51DAB; }
span { border-color: rgb(197,29,171); }
td.TdClassName
{
border-color: #C51DAB;
}
.TagClassName
{
border-color: #C51DAB;
}
</style>