Shades of Medium Violet Red #C50294
Tints of Medium Violet Red #C50294
RGB
CMYK
RGB Variations
Color information
#C50294 (or 0xC50294) is known color: Medium Violet Red. HEX triplet: C5, 02 and 94. RGB value is (197,2,148). Sum of RGB (Red+Green+Blue) = 197+2+148=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C50294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50294 is #3AFD6B. Grayscale: #4C4C4C. Windows color (decimal): -3865964 or 9700037. OLE color: 9700037.
HSL color Cylindrical-coordinate representation of color #C50294: hue angle of 315.08º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50294 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.23 |
| HSL | 315.08º | 0.98% | 0.39% | - |
| HSV(B) | 315.08º | 0.99% | 0.77% | - |
| XYZ | 28.39 | 14.05 | 29.23 | - |
| YUV | 76.95 | 168.1 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 148 | 0 | 0.99 | 0.25 | 0.23 | 315.08 | 0.98 | 0.39 |
| Hex | C5 | 2 | 94 | 0 | 63 | 19 | 17 | 13B | 62 | 27 |
| Octal | 305 | 2 | 224 | 0 | 143 | 31 | 27 | 473 | 142 | 47 |
| Binary | 11000101 | 10 | 10010100 | 0 | 1100011 | 11001 | 10111 | 100111011 | 1100010 | 100111 |
Color Harmonies of #C50294
Complementary color
Monochromatic Colors of #C50294
Black with #C50294
Text Example
Text Example
White with #C50294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50294; }
p { color: rgb(197,2,148); }
H1.HeaderClassName
{
color: #C50294;
}
.AnyTagClassName
{
color: #C50294;
}
</style>
background-color css
<style>
a { background-color: #C50294; }
a { background-color: rgb(197,2,148); }
div.DivClassName
{
background-color: #C50294;
}
.BgClassName
{
background-color: #C50294;
}
</style>
border-color css
<style>
span { border-color: #C50294; }
span { border-color: rgb(197,2,148); }
td.TdClassName
{
border-color: #C50294;
}
.TagClassName
{
border-color: #C50294;
}
</style>