Shades of Medium Violet Red #C0097B
Tints of Medium Violet Red #C0097B
RGB
CMYK
RGB Variations
Color information
#C0097B (or 0xC0097B) is known color: Medium Violet Red. HEX triplet: C0, 09 and 7B. RGB value is (192,9,123). Sum of RGB (Red+Green+Blue) = 192+9+123=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C0097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0097B is #3FF684. Grayscale: #4C4C4C. Windows color (decimal): -4191877 or 8063424. OLE color: 8063424.
HSL color Cylindrical-coordinate representation of color #C0097B: hue angle of 322.62º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0097B is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 123 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.25 |
| HSL | 322.62º | 0.91% | 0.39% | - |
| HSV(B) | 322.62º | 0.95% | 0.75% | - |
| XYZ | 25.41 | 12.83 | 19.88 | - |
| YUV | 76.71 | 154.13 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 123 | 0 | 0.95 | 0.36 | 0.25 | 322.62 | 0.91 | 0.39 |
| Hex | C0 | 9 | 7B | 0 | 5F | 24 | 19 | 143 | 5B | 27 |
| Octal | 300 | 11 | 173 | 0 | 137 | 44 | 31 | 503 | 133 | 47 |
| Binary | 11000000 | 1001 | 1111011 | 0 | 1011111 | 100100 | 11001 | 101000011 | 1011011 | 100111 |
Color Harmonies of #C0097B
Complementary color
Monochromatic Colors of #C0097B
Black with #C0097B
Text Example
Text Example
White with #C0097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0097B; }
p { color: rgb(192,9,123); }
H1.HeaderClassName
{
color: #C0097B;
}
.AnyTagClassName
{
color: #C0097B;
}
</style>
background-color css
<style>
a { background-color: #C0097B; }
a { background-color: rgb(192,9,123); }
div.DivClassName
{
background-color: #C0097B;
}
.BgClassName
{
background-color: #C0097B;
}
</style>
border-color css
<style>
span { border-color: #C0097B; }
span { border-color: rgb(192,9,123); }
td.TdClassName
{
border-color: #C0097B;
}
.TagClassName
{
border-color: #C0097B;
}
</style>