Shades of Medium Violet Red #C00F86
Tints of Medium Violet Red #C00F86
RGB
CMYK
RGB Variations
Color information
#C00F86 (or 0xC00F86) is known color: Medium Violet Red. HEX triplet: C0, 0F and 86. RGB value is (192,15,134). Sum of RGB (Red+Green+Blue) = 192+15+134=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00F86 is #3FF079. Grayscale: #515151. Windows color (decimal): -4190330 or 8785856. OLE color: 8785856.
HSL color Cylindrical-coordinate representation of color #C00F86: hue angle of 319.66º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C00F86 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 134 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.25 |
| HSL | 319.66º | 0.86% | 0.41% | - |
| HSV(B) | 319.66º | 0.92% | 0.75% | - |
| XYZ | 26.21 | 13.27 | 23.73 | - |
| YUV | 81.49 | 157.64 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 134 | 0 | 0.92 | 0.30 | 0.25 | 319.66 | 0.86 | 0.41 |
| Hex | C0 | F | 86 | 0 | 5C | 1E | 19 | 140 | 56 | 29 |
| Octal | 300 | 17 | 206 | 0 | 134 | 36 | 31 | 500 | 126 | 51 |
| Binary | 11000000 | 1111 | 10000110 | 0 | 1011100 | 11110 | 11001 | 101000000 | 1010110 | 101001 |
Color Harmonies of #C00F86
Complementary color
Monochromatic Colors of #C00F86
Black with #C00F86
Text Example
Text Example
White with #C00F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00F86; }
p { color: rgb(192,15,134); }
H1.HeaderClassName
{
color: #C00F86;
}
.AnyTagClassName
{
color: #C00F86;
}
</style>
background-color css
<style>
a { background-color: #C00F86; }
a { background-color: rgb(192,15,134); }
div.DivClassName
{
background-color: #C00F86;
}
.BgClassName
{
background-color: #C00F86;
}
</style>
border-color css
<style>
span { border-color: #C00F86; }
span { border-color: rgb(192,15,134); }
td.TdClassName
{
border-color: #C00F86;
}
.TagClassName
{
border-color: #C00F86;
}
</style>