Shades of Medium Violet Red #C10598
Tints of Medium Violet Red #C10598
RGB
CMYK
RGB Variations
Color information
#C10598 (or 0xC10598) is known color: Medium Violet Red. HEX triplet: C1, 05 and 98. RGB value is (193,5,152). Sum of RGB (Red+Green+Blue) = 193+5+152=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C10598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10598 is #3EFA67. Grayscale: #4D4D4D. Windows color (decimal): -4127336 or 9962945. OLE color: 9962945.
HSL color Cylindrical-coordinate representation of color #C10598: hue angle of 313.09º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10598 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 152 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.24 |
| HSL | 313.09º | 0.95% | 0.39% | - |
| HSV(B) | 313.09º | 0.97% | 0.76% | - |
| XYZ | 27.71 | 13.71 | 30.89 | - |
| YUV | 77.97 | 169.78 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 152 | 0 | 0.97 | 0.21 | 0.24 | 313.09 | 0.95 | 0.39 |
| Hex | C1 | 5 | 98 | 0 | 61 | 15 | 18 | 139 | 5F | 27 |
| Octal | 301 | 5 | 230 | 0 | 141 | 25 | 30 | 471 | 137 | 47 |
| Binary | 11000001 | 101 | 10011000 | 0 | 1100001 | 10101 | 11000 | 100111001 | 1011111 | 100111 |
Color Harmonies of #C10598
Complementary color
Monochromatic Colors of #C10598
Black with #C10598
Text Example
Text Example
White with #C10598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10598; }
p { color: rgb(193,5,152); }
H1.HeaderClassName
{
color: #C10598;
}
.AnyTagClassName
{
color: #C10598;
}
</style>
background-color css
<style>
a { background-color: #C10598; }
a { background-color: rgb(193,5,152); }
div.DivClassName
{
background-color: #C10598;
}
.BgClassName
{
background-color: #C10598;
}
</style>
border-color css
<style>
span { border-color: #C10598; }
span { border-color: rgb(193,5,152); }
td.TdClassName
{
border-color: #C10598;
}
.TagClassName
{
border-color: #C10598;
}
</style>