Shades of Medium Violet Red #C5097B
Tints of Medium Violet Red #C5097B
RGB
CMYK
RGB Variations
Color information
#C5097B (or 0xC5097B) is known color: Medium Violet Red. HEX triplet: C5, 09 and 7B. RGB value is (197,9,123). Sum of RGB (Red+Green+Blue) = 197+9+123=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5097B is #3AF684. Grayscale: #4D4D4D. Windows color (decimal): -3864197 or 8063429. OLE color: 8063429.
HSL color Cylindrical-coordinate representation of color #C5097B: hue angle of 323.62º 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 #C5097B is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 123 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.23 |
| HSL | 323.62º | 0.91% | 0.4% | - |
| HSV(B) | 323.62º | 0.95% | 0.77% | - |
| XYZ | 26.7 | 13.5 | 19.94 | - |
| YUV | 78.21 | 153.28 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 123 | 0 | 0.95 | 0.38 | 0.23 | 323.62 | 0.91 | 0.4 |
| Hex | C5 | 9 | 7B | 0 | 5F | 26 | 17 | 144 | 5B | 28 |
| Octal | 305 | 11 | 173 | 0 | 137 | 46 | 27 | 504 | 133 | 50 |
| Binary | 11000101 | 1001 | 1111011 | 0 | 1011111 | 100110 | 10111 | 101000100 | 1011011 | 101000 |
Color Harmonies of #C5097B
Complementary color
Monochromatic Colors of #C5097B
Black with #C5097B
Text Example
Text Example
White with #C5097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5097B; }
p { color: rgb(197,9,123); }
H1.HeaderClassName
{
color: #C5097B;
}
.AnyTagClassName
{
color: #C5097B;
}
</style>
background-color css
<style>
a { background-color: #C5097B; }
a { background-color: rgb(197,9,123); }
div.DivClassName
{
background-color: #C5097B;
}
.BgClassName
{
background-color: #C5097B;
}
</style>
border-color css
<style>
span { border-color: #C5097B; }
span { border-color: rgb(197,9,123); }
td.TdClassName
{
border-color: #C5097B;
}
.TagClassName
{
border-color: #C5097B;
}
</style>