Shades of Medium Violet Red #C00085
Tints of Medium Violet Red #C00085
RGB
CMYK
RGB Variations
Color information
#C00085 (or 0xC00085) is known color: Medium Violet Red. HEX triplet: C0, 00 and 85. RGB value is (192,0,133). Sum of RGB (Red+Green+Blue) = 192+0+133=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C00085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00085 is #3FFF7A. Grayscale: #484848. Windows color (decimal): -4194171 or 8716480. OLE color: 8716480.
HSL color Cylindrical-coordinate representation of color #C00085: hue angle of 318.44º 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 #C00085 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.31 | 0.25 |
| HSL | 318.44º | 1% | 0.38% | - |
| HSV(B) | 318.44º | 1% | 0.75% | - |
| XYZ | 25.97 | 12.9 | 23.31 | - |
| YUV | 72.57 | 162.11 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 133 | 0 | 1 | 0.31 | 0.25 | 318.44 | 1 | 0.38 |
| Hex | C0 | 0 | 85 | 0 | 64 | 1F | 19 | 13E | 64 | 26 |
| Octal | 300 | 0 | 205 | 0 | 144 | 37 | 31 | 476 | 144 | 46 |
| Binary | 11000000 | 0 | 10000101 | 0 | 1100100 | 11111 | 11001 | 100111110 | 1100100 | 100110 |
Color Harmonies of #C00085
Complementary color
Monochromatic Colors of #C00085
Black with #C00085
Text Example
Text Example
White with #C00085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00085; }
p { color: rgb(192,0,133); }
H1.HeaderClassName
{
color: #C00085;
}
.AnyTagClassName
{
color: #C00085;
}
</style>
background-color css
<style>
a { background-color: #C00085; }
a { background-color: rgb(192,0,133); }
div.DivClassName
{
background-color: #C00085;
}
.BgClassName
{
background-color: #C00085;
}
</style>
border-color css
<style>
span { border-color: #C00085; }
span { border-color: rgb(192,0,133); }
td.TdClassName
{
border-color: #C00085;
}
.TagClassName
{
border-color: #C00085;
}
</style>