Shades of Medium Violet Red #C10D9E
Tints of Medium Violet Red #C10D9E
RGB
CMYK
RGB Variations
Color information
#C10D9E (or 0xC10D9E) is known color: Medium Violet Red. HEX triplet: C1, 0D and 9E. RGB value is (193,13,158). Sum of RGB (Red+Green+Blue) = 193+13+158=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10D9E is #3EF261. Grayscale: #525252. Windows color (decimal): -4125282 or 10358209. OLE color: 10358209.
HSL color Cylindrical-coordinate representation of color #C10D9E: hue angle of 311.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10D9E is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 13 | 158 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.24 |
| HSL | 311.67º | 0.87% | 0.4% | - |
| HSV(B) | 311.67º | 0.93% | 0.76% | - |
| XYZ | 28.31 | 14.09 | 33.58 | - |
| YUV | 83.35 | 170.13 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 158 | 0 | 0.93 | 0.18 | 0.24 | 311.67 | 0.87 | 0.4 |
| Hex | C1 | D | 9E | 0 | 5D | 12 | 18 | 138 | 57 | 28 |
| Octal | 301 | 15 | 236 | 0 | 135 | 22 | 30 | 470 | 127 | 50 |
| Binary | 11000001 | 1101 | 10011110 | 0 | 1011101 | 10010 | 11000 | 100111000 | 1010111 | 101000 |
Color Harmonies of #C10D9E
Complementary color
Monochromatic Colors of #C10D9E
Black with #C10D9E
Text Example
Text Example
White with #C10D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10D9E; }
p { color: rgb(193,13,158); }
H1.HeaderClassName
{
color: #C10D9E;
}
.AnyTagClassName
{
color: #C10D9E;
}
</style>
background-color css
<style>
a { background-color: #C10D9E; }
a { background-color: rgb(193,13,158); }
div.DivClassName
{
background-color: #C10D9E;
}
.BgClassName
{
background-color: #C10D9E;
}
</style>
border-color css
<style>
span { border-color: #C10D9E; }
span { border-color: rgb(193,13,158); }
td.TdClassName
{
border-color: #C10D9E;
}
.TagClassName
{
border-color: #C10D9E;
}
</style>