Shades of Medium Violet Red #C10978
Tints of Medium Violet Red #C10978
RGB
CMYK
RGB Variations
Color information
#C10978 (or 0xC10978) is known color: Medium Violet Red. HEX triplet: C1, 09 and 78. RGB value is (193,9,120). Sum of RGB (Red+Green+Blue) = 193+9+120=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C10978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10978 is #3EF687. Grayscale: #4C4C4C. Windows color (decimal): -4126344 or 7866817. OLE color: 7866817.
HSL color Cylindrical-coordinate representation of color #C10978: hue angle of 323.8º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10978 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 120 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.24 |
| HSL | 323.8º | 0.91% | 0.4% | - |
| HSV(B) | 323.8º | 0.95% | 0.76% | - |
| XYZ | 25.48 | 12.89 | 18.91 | - |
| YUV | 76.67 | 152.46 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 120 | 0 | 0.95 | 0.38 | 0.24 | 323.8 | 0.91 | 0.4 |
| Hex | C1 | 9 | 78 | 0 | 5F | 26 | 18 | 144 | 5B | 28 |
| Octal | 301 | 11 | 170 | 0 | 137 | 46 | 30 | 504 | 133 | 50 |
| Binary | 11000001 | 1001 | 1111000 | 0 | 1011111 | 100110 | 11000 | 101000100 | 1011011 | 101000 |
Color Harmonies of #C10978
Complementary color
Monochromatic Colors of #C10978
Black with #C10978
Text Example
Text Example
White with #C10978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10978; }
p { color: rgb(193,9,120); }
H1.HeaderClassName
{
color: #C10978;
}
.AnyTagClassName
{
color: #C10978;
}
</style>
background-color css
<style>
a { background-color: #C10978; }
a { background-color: rgb(193,9,120); }
div.DivClassName
{
background-color: #C10978;
}
.BgClassName
{
background-color: #C10978;
}
</style>
border-color css
<style>
span { border-color: #C10978; }
span { border-color: rgb(193,9,120); }
td.TdClassName
{
border-color: #C10978;
}
.TagClassName
{
border-color: #C10978;
}
</style>