Shades of Medium Violet Red #C10876
Tints of Medium Violet Red #C10876
RGB
CMYK
RGB Variations
Color information
#C10876 (or 0xC10876) is known color: Medium Violet Red. HEX triplet: C1, 08 and 76. RGB value is (193,8,118). Sum of RGB (Red+Green+Blue) = 193+8+118=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C10876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10876 is #3EF789. Grayscale: #4B4B4B. Windows color (decimal): -4126602 or 7735489. OLE color: 7735489.
HSL color Cylindrical-coordinate representation of color #C10876: hue angle of 324.32º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10876 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 8 | 118 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.24 |
| HSL | 324.32º | 0.92% | 0.39% | - |
| HSV(B) | 324.32º | 0.96% | 0.76% | - |
| XYZ | 25.35 | 12.82 | 18.28 | - |
| YUV | 75.86 | 151.79 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 118 | 0 | 0.96 | 0.39 | 0.24 | 324.32 | 0.92 | 0.39 |
| Hex | C1 | 8 | 76 | 0 | 60 | 27 | 18 | 144 | 5C | 27 |
| Octal | 301 | 10 | 166 | 0 | 140 | 47 | 30 | 504 | 134 | 47 |
| Binary | 11000001 | 1000 | 1110110 | 0 | 1100000 | 100111 | 11000 | 101000100 | 1011100 | 100111 |
Color Harmonies of #C10876
Complementary color
Monochromatic Colors of #C10876
Black with #C10876
Text Example
Text Example
White with #C10876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10876; }
p { color: rgb(193,8,118); }
H1.HeaderClassName
{
color: #C10876;
}
.AnyTagClassName
{
color: #C10876;
}
</style>
background-color css
<style>
a { background-color: #C10876; }
a { background-color: rgb(193,8,118); }
div.DivClassName
{
background-color: #C10876;
}
.BgClassName
{
background-color: #C10876;
}
</style>
border-color css
<style>
span { border-color: #C10876; }
span { border-color: rgb(193,8,118); }
td.TdClassName
{
border-color: #C10876;
}
.TagClassName
{
border-color: #C10876;
}
</style>