Shades of Medium Violet Red #C50093
Tints of Medium Violet Red #C50093
RGB
CMYK
RGB Variations
Color information
#C50093 (or 0xC50093) is known color: Medium Violet Red. HEX triplet: C5, 00 and 93. RGB value is (197,0,147). Sum of RGB (Red+Green+Blue) = 197+0+147=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C50093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50093 is #3AFF6C. Grayscale: #4B4B4B. Windows color (decimal): -3866477 or 9633989. OLE color: 9633989.
HSL color Cylindrical-coordinate representation of color #C50093: hue angle of 315.23º 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 #C50093 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.25 | 0.23 |
| HSL | 315.23º | 1% | 0.39% | - |
| HSV(B) | 315.23º | 1% | 0.77% | - |
| XYZ | 28.29 | 13.98 | 28.81 | - |
| YUV | 75.66 | 168.27 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 147 | 0 | 1 | 0.25 | 0.23 | 315.23 | 1 | 0.39 |
| Hex | C5 | 0 | 93 | 0 | 64 | 19 | 17 | 13B | 64 | 27 |
| Octal | 305 | 0 | 223 | 0 | 144 | 31 | 27 | 473 | 144 | 47 |
| Binary | 11000101 | 0 | 10010011 | 0 | 1100100 | 11001 | 10111 | 100111011 | 1100100 | 100111 |
Color Harmonies of #C50093
Complementary color
Monochromatic Colors of #C50093
Black with #C50093
Text Example
Text Example
White with #C50093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50093; }
p { color: rgb(197,0,147); }
H1.HeaderClassName
{
color: #C50093;
}
.AnyTagClassName
{
color: #C50093;
}
</style>
background-color css
<style>
a { background-color: #C50093; }
a { background-color: rgb(197,0,147); }
div.DivClassName
{
background-color: #C50093;
}
.BgClassName
{
background-color: #C50093;
}
</style>
border-color css
<style>
span { border-color: #C50093; }
span { border-color: rgb(197,0,147); }
td.TdClassName
{
border-color: #C50093;
}
.TagClassName
{
border-color: #C50093;
}
</style>