Shades of Medium Violet Red #C10183
Tints of Medium Violet Red #C10183
RGB
CMYK
RGB Variations
Color information
#C10183 (or 0xC10183) is known color: Medium Violet Red. HEX triplet: C1, 01 and 83. RGB value is (193,1,131). Sum of RGB (Red+Green+Blue) = 193+1+131=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C10183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10183 is #3EFE7C. Grayscale: #484848. Windows color (decimal): -4128381 or 8585665. OLE color: 8585665.
HSL color Cylindrical-coordinate representation of color #C10183: hue angle of 319.38º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10183 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 131 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.24 |
| HSL | 319.38º | 0.99% | 0.38% | - |
| HSV(B) | 319.38º | 0.99% | 0.76% | - |
| XYZ | 26.1 | 13 | 22.61 | - |
| YUV | 73.23 | 160.61 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 131 | 0 | 0.99 | 0.32 | 0.24 | 319.38 | 0.99 | 0.38 |
| Hex | C1 | 1 | 83 | 0 | 63 | 20 | 18 | 13F | 63 | 26 |
| Octal | 301 | 1 | 203 | 0 | 143 | 40 | 30 | 477 | 143 | 46 |
| Binary | 11000001 | 1 | 10000011 | 0 | 1100011 | 100000 | 11000 | 100111111 | 1100011 | 100110 |
Color Harmonies of #C10183
Complementary color
Monochromatic Colors of #C10183
Black with #C10183
Text Example
Text Example
White with #C10183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10183; }
p { color: rgb(193,1,131); }
H1.HeaderClassName
{
color: #C10183;
}
.AnyTagClassName
{
color: #C10183;
}
</style>
background-color css
<style>
a { background-color: #C10183; }
a { background-color: rgb(193,1,131); }
div.DivClassName
{
background-color: #C10183;
}
.BgClassName
{
background-color: #C10183;
}
</style>
border-color css
<style>
span { border-color: #C10183; }
span { border-color: rgb(193,1,131); }
td.TdClassName
{
border-color: #C10183;
}
.TagClassName
{
border-color: #C10183;
}
</style>