Shades of Medium Violet Red #C51893
Tints of Medium Violet Red #C51893
RGB
CMYK
RGB Variations
Color information
#C51893 (or 0xC51893) is known color: Medium Violet Red. HEX triplet: C5, 18 and 93. RGB value is (197,24,147). Sum of RGB (Red+Green+Blue) = 197+24+147=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C51893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51893 is #3AE76C. Grayscale: #595959. Windows color (decimal): -3860333 or 9640133. OLE color: 9640133.
HSL color Cylindrical-coordinate representation of color #C51893: hue angle of 317.34º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51893 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 147 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.23 |
| HSL | 317.34º | 0.78% | 0.43% | - |
| HSV(B) | 317.34º | 0.88% | 0.77% | - |
| XYZ | 28.62 | 14.63 | 28.92 | - |
| YUV | 89.75 | 160.31 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 147 | 0 | 0.88 | 0.25 | 0.23 | 317.34 | 0.78 | 0.43 |
| Hex | C5 | 18 | 93 | 0 | 58 | 19 | 17 | 13D | 4E | 2B |
| Octal | 305 | 30 | 223 | 0 | 130 | 31 | 27 | 475 | 116 | 53 |
| Binary | 11000101 | 11000 | 10010011 | 0 | 1011000 | 11001 | 10111 | 100111101 | 1001110 | 101011 |
Color Harmonies of #C51893
Complementary color
Monochromatic Colors of #C51893
Black with #C51893
Text Example
Text Example
White with #C51893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51893; }
p { color: rgb(197,24,147); }
H1.HeaderClassName
{
color: #C51893;
}
.AnyTagClassName
{
color: #C51893;
}
</style>
background-color css
<style>
a { background-color: #C51893; }
a { background-color: rgb(197,24,147); }
div.DivClassName
{
background-color: #C51893;
}
.BgClassName
{
background-color: #C51893;
}
</style>
border-color css
<style>
span { border-color: #C51893; }
span { border-color: rgb(197,24,147); }
td.TdClassName
{
border-color: #C51893;
}
.TagClassName
{
border-color: #C51893;
}
</style>