Shades of Medium Violet Red #C51DAA
Tints of Medium Violet Red #C51DAA
RGB
CMYK
RGB Variations
Color information
#C51DAA (or 0xC51DAA) is known color: Medium Violet Red. HEX triplet: C5, 1D and AA. RGB value is (197,29,170). Sum of RGB (Red+Green+Blue) = 197+29+170=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C51DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51DAA is #3AE255. Grayscale: #5E5E5E. Windows color (decimal): -3859030 or 11148741. OLE color: 11148741.
HSL color Cylindrical-coordinate representation of color #C51DAA: hue angle of 309.64º 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 #C51DAA is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 170 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.23 |
| HSL | 309.64º | 0.74% | 0.44% | - |
| HSV(B) | 309.64º | 0.85% | 0.77% | - |
| XYZ | 30.72 | 15.65 | 39.43 | - |
| YUV | 95.31 | 170.16 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 170 | 0 | 0.85 | 0.14 | 0.23 | 309.64 | 0.74 | 0.44 |
| Hex | C5 | 1D | AA | 0 | 55 | E | 17 | 136 | 4A | 2C |
| Octal | 305 | 35 | 252 | 0 | 125 | 16 | 27 | 466 | 112 | 54 |
| Binary | 11000101 | 11101 | 10101010 | 0 | 1010101 | 1110 | 10111 | 100110110 | 1001010 | 101100 |
Color Harmonies of #C51DAA
Complementary color
Monochromatic Colors of #C51DAA
Black with #C51DAA
Text Example
Text Example
White with #C51DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51DAA; }
p { color: rgb(197,29,170); }
H1.HeaderClassName
{
color: #C51DAA;
}
.AnyTagClassName
{
color: #C51DAA;
}
</style>
background-color css
<style>
a { background-color: #C51DAA; }
a { background-color: rgb(197,29,170); }
div.DivClassName
{
background-color: #C51DAA;
}
.BgClassName
{
background-color: #C51DAA;
}
</style>
border-color css
<style>
span { border-color: #C51DAA; }
span { border-color: rgb(197,29,170); }
td.TdClassName
{
border-color: #C51DAA;
}
.TagClassName
{
border-color: #C51DAA;
}
</style>