Shades of Medium Violet Red #C10B6E
Tints of Medium Violet Red #C10B6E
RGB
CMYK
RGB Variations
Color information
#C10B6E (or 0xC10B6E) is known color: Medium Violet Red. HEX triplet: C1, 0B and 6E. RGB value is (193,11,110). Sum of RGB (Red+Green+Blue) = 193+11+110=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10B6E is #3EF491. Grayscale: #4C4C4C. Windows color (decimal): -4125842 or 7211969. OLE color: 7211969.
HSL color Cylindrical-coordinate representation of color #C10B6E: hue angle of 327.36º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10B6E is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 110 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.24 |
| HSL | 327.36º | 0.89% | 0.4% | - |
| HSV(B) | 327.36º | 0.94% | 0.76% | - |
| XYZ | 24.93 | 12.7 | 15.89 | - |
| YUV | 76.7 | 146.8 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 110 | 0 | 0.94 | 0.43 | 0.24 | 327.36 | 0.89 | 0.4 |
| Hex | C1 | B | 6E | 0 | 5E | 2B | 18 | 147 | 59 | 28 |
| Octal | 301 | 13 | 156 | 0 | 136 | 53 | 30 | 507 | 131 | 50 |
| Binary | 11000001 | 1011 | 1101110 | 0 | 1011110 | 101011 | 11000 | 101000111 | 1011001 | 101000 |
Color Harmonies of #C10B6E
Complementary color
Monochromatic Colors of #C10B6E
Black with #C10B6E
Text Example
Text Example
White with #C10B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10B6E; }
p { color: rgb(193,11,110); }
H1.HeaderClassName
{
color: #C10B6E;
}
.AnyTagClassName
{
color: #C10B6E;
}
</style>
background-color css
<style>
a { background-color: #C10B6E; }
a { background-color: rgb(193,11,110); }
div.DivClassName
{
background-color: #C10B6E;
}
.BgClassName
{
background-color: #C10B6E;
}
</style>
border-color css
<style>
span { border-color: #C10B6E; }
span { border-color: rgb(193,11,110); }
td.TdClassName
{
border-color: #C10B6E;
}
.TagClassName
{
border-color: #C10B6E;
}
</style>