Shades of Medium Violet Red #C50198
Tints of Medium Violet Red #C50198
RGB
CMYK
RGB Variations
Color information
#C50198 (or 0xC50198) is known color: Medium Violet Red. HEX triplet: C5, 01 and 98. RGB value is (197,1,152). Sum of RGB (Red+Green+Blue) = 197+1+152=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C50198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50198 is #3AFE67. Grayscale: #4C4C4C. Windows color (decimal): -3866216 or 9961925. OLE color: 9961925.
HSL color Cylindrical-coordinate representation of color #C50198: hue angle of 313.78º 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 #C50198 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 152 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.23 |
| HSL | 313.78º | 0.99% | 0.39% | - |
| HSV(B) | 313.78º | 0.99% | 0.77% | - |
| XYZ | 28.7 | 14.16 | 30.93 | - |
| YUV | 76.82 | 170.43 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 152 | 0 | 0.99 | 0.23 | 0.23 | 313.78 | 0.99 | 0.39 |
| Hex | C5 | 1 | 98 | 0 | 63 | 17 | 17 | 13A | 63 | 27 |
| Octal | 305 | 1 | 230 | 0 | 143 | 27 | 27 | 472 | 143 | 47 |
| Binary | 11000101 | 1 | 10011000 | 0 | 1100011 | 10111 | 10111 | 100111010 | 1100011 | 100111 |
Color Harmonies of #C50198
Complementary color
Monochromatic Colors of #C50198
Black with #C50198
Text Example
Text Example
White with #C50198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50198; }
p { color: rgb(197,1,152); }
H1.HeaderClassName
{
color: #C50198;
}
.AnyTagClassName
{
color: #C50198;
}
</style>
background-color css
<style>
a { background-color: #C50198; }
a { background-color: rgb(197,1,152); }
div.DivClassName
{
background-color: #C50198;
}
.BgClassName
{
background-color: #C50198;
}
</style>
border-color css
<style>
span { border-color: #C50198; }
span { border-color: rgb(197,1,152); }
td.TdClassName
{
border-color: #C50198;
}
.TagClassName
{
border-color: #C50198;
}
</style>