Shades of Medium Violet Red #C00089
Tints of Medium Violet Red #C00089
RGB
CMYK
RGB Variations
Color information
#C00089 (or 0xC00089) is known color: Medium Violet Red. HEX triplet: C0, 00 and 89. RGB value is (192,0,137). Sum of RGB (Red+Green+Blue) = 192+0+137=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C00089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00089 is #3FFF76. Grayscale: #484848. Windows color (decimal): -4194167 or 8978624. OLE color: 8978624.
HSL color Cylindrical-coordinate representation of color #C00089: hue angle of 317.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00089 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.29 | 0.25 |
| HSL | 317.19º | 1% | 0.38% | - |
| HSV(B) | 317.19º | 1% | 0.75% | - |
| XYZ | 26.25 | 13.01 | 24.79 | - |
| YUV | 73.03 | 164.11 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 137 | 0 | 1 | 0.29 | 0.25 | 317.19 | 1 | 0.38 |
| Hex | C0 | 0 | 89 | 0 | 64 | 1D | 19 | 13D | 64 | 26 |
| Octal | 300 | 0 | 211 | 0 | 144 | 35 | 31 | 475 | 144 | 46 |
| Binary | 11000000 | 0 | 10001001 | 0 | 1100100 | 11101 | 11001 | 100111101 | 1100100 | 100110 |
Color Harmonies of #C00089
Complementary color
Monochromatic Colors of #C00089
Black with #C00089
Text Example
Text Example
White with #C00089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00089; }
p { color: rgb(192,0,137); }
H1.HeaderClassName
{
color: #C00089;
}
.AnyTagClassName
{
color: #C00089;
}
</style>
background-color css
<style>
a { background-color: #C00089; }
a { background-color: rgb(192,0,137); }
div.DivClassName
{
background-color: #C00089;
}
.BgClassName
{
background-color: #C00089;
}
</style>
border-color css
<style>
span { border-color: #C00089; }
span { border-color: rgb(192,0,137); }
td.TdClassName
{
border-color: #C00089;
}
.TagClassName
{
border-color: #C00089;
}
</style>