Shades of Medium Violet Red #C10896
Tints of Medium Violet Red #C10896
RGB
CMYK
RGB Variations
Color information
#C10896 (or 0xC10896) is known color: Medium Violet Red. HEX triplet: C1, 08 and 96. RGB value is (193,8,150). Sum of RGB (Red+Green+Blue) = 193+8+150=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C10896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10896 is #3EF769. Grayscale: #4F4F4F. Windows color (decimal): -4126570 or 9832641. OLE color: 9832641.
HSL color Cylindrical-coordinate representation of color #C10896: hue angle of 313.95º 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 #C10896 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 8 | 150 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.24 |
| HSL | 313.95º | 0.92% | 0.39% | - |
| HSV(B) | 313.95º | 0.96% | 0.76% | - |
| XYZ | 27.58 | 13.71 | 30.05 | - |
| YUV | 79.5 | 167.79 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 150 | 0 | 0.96 | 0.22 | 0.24 | 313.95 | 0.92 | 0.39 |
| Hex | C1 | 8 | 96 | 0 | 60 | 16 | 18 | 13A | 5C | 27 |
| Octal | 301 | 10 | 226 | 0 | 140 | 26 | 30 | 472 | 134 | 47 |
| Binary | 11000001 | 1000 | 10010110 | 0 | 1100000 | 10110 | 11000 | 100111010 | 1011100 | 100111 |
Color Harmonies of #C10896
Complementary color
Monochromatic Colors of #C10896
Black with #C10896
Text Example
Text Example
White with #C10896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10896; }
p { color: rgb(193,8,150); }
H1.HeaderClassName
{
color: #C10896;
}
.AnyTagClassName
{
color: #C10896;
}
</style>
background-color css
<style>
a { background-color: #C10896; }
a { background-color: rgb(193,8,150); }
div.DivClassName
{
background-color: #C10896;
}
.BgClassName
{
background-color: #C10896;
}
</style>
border-color css
<style>
span { border-color: #C10896; }
span { border-color: rgb(193,8,150); }
td.TdClassName
{
border-color: #C10896;
}
.TagClassName
{
border-color: #C10896;
}
</style>