Shades of Medium Violet Red #C5097E
Tints of Medium Violet Red #C5097E
RGB
CMYK
RGB Variations
Color information
#C5097E (or 0xC5097E) is known color: Medium Violet Red. HEX triplet: C5, 09 and 7E. RGB value is (197,9,126). Sum of RGB (Red+Green+Blue) = 197+9+126=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C5097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5097E is #3AF681. Grayscale: #4E4E4E. Windows color (decimal): -3864194 or 8260037. OLE color: 8260037.
HSL color Cylindrical-coordinate representation of color #C5097E: hue angle of 322.66º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5097E is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 126 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.23 |
| HSL | 322.66º | 0.91% | 0.4% | - |
| HSV(B) | 322.66º | 0.95% | 0.77% | - |
| XYZ | 26.89 | 13.57 | 20.94 | - |
| YUV | 78.55 | 154.78 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 126 | 0 | 0.95 | 0.36 | 0.23 | 322.66 | 0.91 | 0.4 |
| Hex | C5 | 9 | 7E | 0 | 5F | 24 | 17 | 143 | 5B | 28 |
| Octal | 305 | 11 | 176 | 0 | 137 | 44 | 27 | 503 | 133 | 50 |
| Binary | 11000101 | 1001 | 1111110 | 0 | 1011111 | 100100 | 10111 | 101000011 | 1011011 | 101000 |
Color Harmonies of #C5097E
Complementary color
Monochromatic Colors of #C5097E
Black with #C5097E
Text Example
Text Example
White with #C5097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5097E; }
p { color: rgb(197,9,126); }
H1.HeaderClassName
{
color: #C5097E;
}
.AnyTagClassName
{
color: #C5097E;
}
</style>
background-color css
<style>
a { background-color: #C5097E; }
a { background-color: rgb(197,9,126); }
div.DivClassName
{
background-color: #C5097E;
}
.BgClassName
{
background-color: #C5097E;
}
</style>
border-color css
<style>
span { border-color: #C5097E; }
span { border-color: rgb(197,9,126); }
td.TdClassName
{
border-color: #C5097E;
}
.TagClassName
{
border-color: #C5097E;
}
</style>