Shades of Medium Violet Red #C0097C
Tints of Medium Violet Red #C0097C
RGB
CMYK
RGB Variations
Color information
#C0097C (or 0xC0097C) is known color: Medium Violet Red. HEX triplet: C0, 09 and 7C. RGB value is (192,9,124). Sum of RGB (Red+Green+Blue) = 192+9+124=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C0097C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0097C is #3FF683. Grayscale: #4C4C4C. Windows color (decimal): -4191876 or 8128960. OLE color: 8128960.
HSL color Cylindrical-coordinate representation of color #C0097C: hue angle of 322.3º 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 #C0097C is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 124 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.25 |
| HSL | 322.3º | 0.91% | 0.39% | - |
| HSV(B) | 322.3º | 0.95% | 0.75% | - |
| XYZ | 25.47 | 12.86 | 20.21 | - |
| YUV | 76.83 | 154.63 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 124 | 0 | 0.95 | 0.35 | 0.25 | 322.3 | 0.91 | 0.39 |
| Hex | C0 | 9 | 7C | 0 | 5F | 23 | 19 | 142 | 5B | 27 |
| Octal | 300 | 11 | 174 | 0 | 137 | 43 | 31 | 502 | 133 | 47 |
| Binary | 11000000 | 1001 | 1111100 | 0 | 1011111 | 100011 | 11001 | 101000010 | 1011011 | 100111 |
Color Harmonies of #C0097C
Complementary color
Monochromatic Colors of #C0097C
Black with #C0097C
Text Example
Text Example
White with #C0097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0097C; }
p { color: rgb(192,9,124); }
H1.HeaderClassName
{
color: #C0097C;
}
.AnyTagClassName
{
color: #C0097C;
}
</style>
background-color css
<style>
a { background-color: #C0097C; }
a { background-color: rgb(192,9,124); }
div.DivClassName
{
background-color: #C0097C;
}
.BgClassName
{
background-color: #C0097C;
}
</style>
border-color css
<style>
span { border-color: #C0097C; }
span { border-color: rgb(192,9,124); }
td.TdClassName
{
border-color: #C0097C;
}
.TagClassName
{
border-color: #C0097C;
}
</style>