Shades of Medium Violet Red #C10E7B
Tints of Medium Violet Red #C10E7B
RGB
CMYK
RGB Variations
Color information
#C10E7B (or 0xC10E7B) is known color: Medium Violet Red. HEX triplet: C1, 0E and 7B. RGB value is (193,14,123). Sum of RGB (Red+Green+Blue) = 193+14+123=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10E7B is #3EF184. Grayscale: #4F4F4F. Windows color (decimal): -4125061 or 8064705. OLE color: 8064705.
HSL color Cylindrical-coordinate representation of color #C10E7B: hue angle of 323.46º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10E7B is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 123 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.24 |
| HSL | 323.46º | 0.86% | 0.41% | - |
| HSV(B) | 323.46º | 0.93% | 0.76% | - |
| XYZ | 25.72 | 13.08 | 19.91 | - |
| YUV | 79.95 | 152.3 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 123 | 0 | 0.93 | 0.36 | 0.24 | 323.46 | 0.86 | 0.41 |
| Hex | C1 | E | 7B | 0 | 5D | 24 | 18 | 143 | 56 | 29 |
| Octal | 301 | 16 | 173 | 0 | 135 | 44 | 30 | 503 | 126 | 51 |
| Binary | 11000001 | 1110 | 1111011 | 0 | 1011101 | 100100 | 11000 | 101000011 | 1010110 | 101001 |
Color Harmonies of #C10E7B
Complementary color
Monochromatic Colors of #C10E7B
Black with #C10E7B
Text Example
Text Example
White with #C10E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E7B; }
p { color: rgb(193,14,123); }
H1.HeaderClassName
{
color: #C10E7B;
}
.AnyTagClassName
{
color: #C10E7B;
}
</style>
background-color css
<style>
a { background-color: #C10E7B; }
a { background-color: rgb(193,14,123); }
div.DivClassName
{
background-color: #C10E7B;
}
.BgClassName
{
background-color: #C10E7B;
}
</style>
border-color css
<style>
span { border-color: #C10E7B; }
span { border-color: rgb(193,14,123); }
td.TdClassName
{
border-color: #C10E7B;
}
.TagClassName
{
border-color: #C10E7B;
}
</style>