Shades of Medium Violet Red #C51FAA
Tints of Medium Violet Red #C51FAA
RGB
CMYK
RGB Variations
Color information
#C51FAA (or 0xC51FAA) is known color: Medium Violet Red. HEX triplet: C5, 1F and AA. RGB value is (197,31,170). Sum of RGB (Red+Green+Blue) = 197+31+170=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C51FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51FAA is #3AE055. Grayscale: #606060. Windows color (decimal): -3858518 or 11149253. OLE color: 11149253.
HSL color Cylindrical-coordinate representation of color #C51FAA: hue angle of 309.76º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51FAA is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 170 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.23 |
| HSL | 309.76º | 0.73% | 0.45% | - |
| HSV(B) | 309.76º | 0.84% | 0.77% | - |
| XYZ | 30.77 | 15.75 | 39.45 | - |
| YUV | 96.48 | 169.5 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 170 | 0 | 0.84 | 0.14 | 0.23 | 309.76 | 0.73 | 0.45 |
| Hex | C5 | 1F | AA | 0 | 54 | E | 17 | 136 | 49 | 2D |
| Octal | 305 | 37 | 252 | 0 | 124 | 16 | 27 | 466 | 111 | 55 |
| Binary | 11000101 | 11111 | 10101010 | 0 | 1010100 | 1110 | 10111 | 100110110 | 1001001 | 101101 |
Color Harmonies of #C51FAA
Complementary color
Monochromatic Colors of #C51FAA
Black with #C51FAA
Text Example
Text Example
White with #C51FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51FAA; }
p { color: rgb(197,31,170); }
H1.HeaderClassName
{
color: #C51FAA;
}
.AnyTagClassName
{
color: #C51FAA;
}
</style>
background-color css
<style>
a { background-color: #C51FAA; }
a { background-color: rgb(197,31,170); }
div.DivClassName
{
background-color: #C51FAA;
}
.BgClassName
{
background-color: #C51FAA;
}
</style>
border-color css
<style>
span { border-color: #C51FAA; }
span { border-color: rgb(197,31,170); }
td.TdClassName
{
border-color: #C51FAA;
}
.TagClassName
{
border-color: #C51FAA;
}
</style>