Shades of Medium Violet Red #C10B93
Tints of Medium Violet Red #C10B93
RGB
CMYK
RGB Variations
Color information
#C10B93 (or 0xC10B93) is known color: Medium Violet Red. HEX triplet: C1, 0B and 93. RGB value is (193,11,147). Sum of RGB (Red+Green+Blue) = 193+11+147=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10B93 is #3EF46C. Grayscale: #505050. Windows color (decimal): -4125805 or 9636801. OLE color: 9636801.
HSL color Cylindrical-coordinate representation of color #C10B93: hue angle of 315.16º 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 #C10B93 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 147 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.24 |
| HSL | 315.16º | 0.89% | 0.4% | - |
| HSV(B) | 315.16º | 0.94% | 0.76% | - |
| XYZ | 27.38 | 13.68 | 28.8 | - |
| YUV | 80.92 | 165.3 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 147 | 0 | 0.94 | 0.24 | 0.24 | 315.16 | 0.89 | 0.4 |
| Hex | C1 | B | 93 | 0 | 5E | 18 | 18 | 13B | 59 | 28 |
| Octal | 301 | 13 | 223 | 0 | 136 | 30 | 30 | 473 | 131 | 50 |
| Binary | 11000001 | 1011 | 10010011 | 0 | 1011110 | 11000 | 11000 | 100111011 | 1011001 | 101000 |
Color Harmonies of #C10B93
Complementary color
Monochromatic Colors of #C10B93
Black with #C10B93
Text Example
Text Example
White with #C10B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10B93; }
p { color: rgb(193,11,147); }
H1.HeaderClassName
{
color: #C10B93;
}
.AnyTagClassName
{
color: #C10B93;
}
</style>
background-color css
<style>
a { background-color: #C10B93; }
a { background-color: rgb(193,11,147); }
div.DivClassName
{
background-color: #C10B93;
}
.BgClassName
{
background-color: #C10B93;
}
</style>
border-color css
<style>
span { border-color: #C10B93; }
span { border-color: rgb(193,11,147); }
td.TdClassName
{
border-color: #C10B93;
}
.TagClassName
{
border-color: #C10B93;
}
</style>