Shades of Medium Violet Red #C10089
Tints of Medium Violet Red #C10089
RGB
CMYK
RGB Variations
Color information
#C10089 (or 0xC10089) is known color: Medium Violet Red. HEX triplet: C1, 00 and 89. RGB value is (193,0,137). Sum of RGB (Red+Green+Blue) = 193+0+137=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C10089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10089 is #3EFF76. Grayscale: #484848. Windows color (decimal): -4128631 or 8978625. OLE color: 8978625.
HSL color Cylindrical-coordinate representation of color #C10089: hue angle of 317.41º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10089 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.29 | 0.24 |
| HSL | 317.41º | 1% | 0.38% | - |
| HSV(B) | 317.41º | 1% | 0.76% | - |
| XYZ | 26.51 | 13.14 | 24.81 | - |
| YUV | 73.33 | 163.94 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 137 | 0 | 1 | 0.29 | 0.24 | 317.41 | 1 | 0.38 |
| Hex | C1 | 0 | 89 | 0 | 64 | 1D | 18 | 13D | 64 | 26 |
| Octal | 301 | 0 | 211 | 0 | 144 | 35 | 30 | 475 | 144 | 46 |
| Binary | 11000001 | 0 | 10001001 | 0 | 1100100 | 11101 | 11000 | 100111101 | 1100100 | 100110 |
Color Harmonies of #C10089
Complementary color
Monochromatic Colors of #C10089
Black with #C10089
Text Example
Text Example
White with #C10089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10089; }
p { color: rgb(193,0,137); }
H1.HeaderClassName
{
color: #C10089;
}
.AnyTagClassName
{
color: #C10089;
}
</style>
background-color css
<style>
a { background-color: #C10089; }
a { background-color: rgb(193,0,137); }
div.DivClassName
{
background-color: #C10089;
}
.BgClassName
{
background-color: #C10089;
}
</style>
border-color css
<style>
span { border-color: #C10089; }
span { border-color: rgb(193,0,137); }
td.TdClassName
{
border-color: #C10089;
}
.TagClassName
{
border-color: #C10089;
}
</style>