Shades of Medium Violet Red #C50092
Tints of Medium Violet Red #C50092
RGB
CMYK
RGB Variations
Color information
#C50092 (or 0xC50092) is known color: Medium Violet Red. HEX triplet: C5, 00 and 92. RGB value is (197,0,146). Sum of RGB (Red+Green+Blue) = 197+0+146=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C50092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50092 is #3AFF6D. Grayscale: #4B4B4B. Windows color (decimal): -3866478 or 9568453. OLE color: 9568453.
HSL color Cylindrical-coordinate representation of color #C50092: hue angle of 315.53º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50092 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.26 | 0.23 |
| HSL | 315.53º | 1% | 0.39% | - |
| HSV(B) | 315.53º | 1% | 0.77% | - |
| XYZ | 28.21 | 13.95 | 28.4 | - |
| YUV | 75.55 | 167.77 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 146 | 0 | 1 | 0.26 | 0.23 | 315.53 | 1 | 0.39 |
| Hex | C5 | 0 | 92 | 0 | 64 | 1A | 17 | 13C | 64 | 27 |
| Octal | 305 | 0 | 222 | 0 | 144 | 32 | 27 | 474 | 144 | 47 |
| Binary | 11000101 | 0 | 10010010 | 0 | 1100100 | 11010 | 10111 | 100111100 | 1100100 | 100111 |
Color Harmonies of #C50092
Complementary color
Monochromatic Colors of #C50092
Black with #C50092
Text Example
Text Example
White with #C50092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50092; }
p { color: rgb(197,0,146); }
H1.HeaderClassName
{
color: #C50092;
}
.AnyTagClassName
{
color: #C50092;
}
</style>
background-color css
<style>
a { background-color: #C50092; }
a { background-color: rgb(197,0,146); }
div.DivClassName
{
background-color: #C50092;
}
.BgClassName
{
background-color: #C50092;
}
</style>
border-color css
<style>
span { border-color: #C50092; }
span { border-color: rgb(197,0,146); }
td.TdClassName
{
border-color: #C50092;
}
.TagClassName
{
border-color: #C50092;
}
</style>