Shades of Medium Violet Red #C10594
Tints of Medium Violet Red #C10594
RGB
CMYK
RGB Variations
Color information
#C10594 (or 0xC10594) is known color: Medium Violet Red. HEX triplet: C1, 05 and 94. RGB value is (193,5,148). Sum of RGB (Red+Green+Blue) = 193+5+148=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C10594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10594 is #3EFA6B. Grayscale: #4D4D4D. Windows color (decimal): -4127340 or 9700801. OLE color: 9700801.
HSL color Cylindrical-coordinate representation of color #C10594: hue angle of 314.36º 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 #C10594 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 148 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.24 |
| HSL | 314.36º | 0.95% | 0.39% | - |
| HSV(B) | 314.36º | 0.97% | 0.76% | - |
| XYZ | 27.39 | 13.58 | 29.2 | - |
| YUV | 77.51 | 167.78 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 148 | 0 | 0.97 | 0.23 | 0.24 | 314.36 | 0.95 | 0.39 |
| Hex | C1 | 5 | 94 | 0 | 61 | 17 | 18 | 13A | 5F | 27 |
| Octal | 301 | 5 | 224 | 0 | 141 | 27 | 30 | 472 | 137 | 47 |
| Binary | 11000001 | 101 | 10010100 | 0 | 1100001 | 10111 | 11000 | 100111010 | 1011111 | 100111 |
Color Harmonies of #C10594
Complementary color
Monochromatic Colors of #C10594
Black with #C10594
Text Example
Text Example
White with #C10594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10594; }
p { color: rgb(193,5,148); }
H1.HeaderClassName
{
color: #C10594;
}
.AnyTagClassName
{
color: #C10594;
}
</style>
background-color css
<style>
a { background-color: #C10594; }
a { background-color: rgb(193,5,148); }
div.DivClassName
{
background-color: #C10594;
}
.BgClassName
{
background-color: #C10594;
}
</style>
border-color css
<style>
span { border-color: #C10594; }
span { border-color: rgb(193,5,148); }
td.TdClassName
{
border-color: #C10594;
}
.TagClassName
{
border-color: #C10594;
}
</style>