Shades of Medium Violet Red #C10385
Tints of Medium Violet Red #C10385
RGB
CMYK
RGB Variations
Color information
#C10385 (or 0xC10385) is known color: Medium Violet Red. HEX triplet: C1, 03 and 85. RGB value is (193,3,133). Sum of RGB (Red+Green+Blue) = 193+3+133=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C10385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10385 is #3EFC7A. Grayscale: #4A4A4A. Windows color (decimal): -4127867 or 8717249. OLE color: 8717249.
HSL color Cylindrical-coordinate representation of color #C10385: hue angle of 318.95º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10385 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.24 |
| HSL | 318.95º | 0.97% | 0.38% | - |
| HSV(B) | 318.95º | 0.98% | 0.76% | - |
| XYZ | 26.26 | 13.1 | 23.33 | - |
| YUV | 74.63 | 160.95 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 133 | 0 | 0.98 | 0.31 | 0.24 | 318.95 | 0.97 | 0.38 |
| Hex | C1 | 3 | 85 | 0 | 62 | 1F | 18 | 13F | 61 | 26 |
| Octal | 301 | 3 | 205 | 0 | 142 | 37 | 30 | 477 | 141 | 46 |
| Binary | 11000001 | 11 | 10000101 | 0 | 1100010 | 11111 | 11000 | 100111111 | 1100001 | 100110 |
Color Harmonies of #C10385
Complementary color
Monochromatic Colors of #C10385
Black with #C10385
Text Example
Text Example
White with #C10385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10385; }
p { color: rgb(193,3,133); }
H1.HeaderClassName
{
color: #C10385;
}
.AnyTagClassName
{
color: #C10385;
}
</style>
background-color css
<style>
a { background-color: #C10385; }
a { background-color: rgb(193,3,133); }
div.DivClassName
{
background-color: #C10385;
}
.BgClassName
{
background-color: #C10385;
}
</style>
border-color css
<style>
span { border-color: #C10385; }
span { border-color: rgb(193,3,133); }
td.TdClassName
{
border-color: #C10385;
}
.TagClassName
{
border-color: #C10385;
}
</style>