Shades of Medium Violet Red #C50194
Tints of Medium Violet Red #C50194
RGB
CMYK
RGB Variations
Color information
#C50194 (or 0xC50194) is known color: Medium Violet Red. HEX triplet: C5, 01 and 94. RGB value is (197,1,148). Sum of RGB (Red+Green+Blue) = 197+1+148=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C50194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50194 is #3AFE6B. Grayscale: #4B4B4B. Windows color (decimal): -3866220 or 9699781. OLE color: 9699781.
HSL color Cylindrical-coordinate representation of color #C50194: hue angle of 315º degrees, saturation: 0.99, 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 #C50194 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 148 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.23 |
| HSL | 315º | 0.99% | 0.39% | - |
| HSV(B) | 315º | 0.99% | 0.77% | - |
| XYZ | 28.38 | 14.03 | 29.23 | - |
| YUV | 76.36 | 168.43 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 148 | 0 | 0.99 | 0.25 | 0.23 | 315 | 0.99 | 0.39 |
| Hex | C5 | 1 | 94 | 0 | 63 | 19 | 17 | 13B | 63 | 27 |
| Octal | 305 | 1 | 224 | 0 | 143 | 31 | 27 | 473 | 143 | 47 |
| Binary | 11000101 | 1 | 10010100 | 0 | 1100011 | 11001 | 10111 | 100111011 | 1100011 | 100111 |
Color Harmonies of #C50194
Complementary color
Monochromatic Colors of #C50194
Black with #C50194
Text Example
Text Example
White with #C50194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50194; }
p { color: rgb(197,1,148); }
H1.HeaderClassName
{
color: #C50194;
}
.AnyTagClassName
{
color: #C50194;
}
</style>
background-color css
<style>
a { background-color: #C50194; }
a { background-color: rgb(197,1,148); }
div.DivClassName
{
background-color: #C50194;
}
.BgClassName
{
background-color: #C50194;
}
</style>
border-color css
<style>
span { border-color: #C50194; }
span { border-color: rgb(197,1,148); }
td.TdClassName
{
border-color: #C50194;
}
.TagClassName
{
border-color: #C50194;
}
</style>