Shades of Medium Violet Red #C00F87
Tints of Medium Violet Red #C00F87
RGB
CMYK
RGB Variations
Color information
#C00F87 (or 0xC00F87) is known color: Medium Violet Red. HEX triplet: C0, 0F and 87. RGB value is (192,15,135). Sum of RGB (Red+Green+Blue) = 192+15+135=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00F87 is #3FF078. Grayscale: #515151. Windows color (decimal): -4190329 or 8851392. OLE color: 8851392.
HSL color Cylindrical-coordinate representation of color #C00F87: hue angle of 319.32º 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 #C00F87 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 135 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.25 |
| HSL | 319.32º | 0.86% | 0.41% | - |
| HSV(B) | 319.32º | 0.92% | 0.75% | - |
| XYZ | 26.28 | 13.3 | 24.1 | - |
| YUV | 81.6 | 158.14 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 135 | 0 | 0.92 | 0.30 | 0.25 | 319.32 | 0.86 | 0.41 |
| Hex | C0 | F | 87 | 0 | 5C | 1E | 19 | 13F | 56 | 29 |
| Octal | 300 | 17 | 207 | 0 | 134 | 36 | 31 | 477 | 126 | 51 |
| Binary | 11000000 | 1111 | 10000111 | 0 | 1011100 | 11110 | 11001 | 100111111 | 1010110 | 101001 |
Color Harmonies of #C00F87
Complementary color
Monochromatic Colors of #C00F87
Black with #C00F87
Text Example
Text Example
White with #C00F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00F87; }
p { color: rgb(192,15,135); }
H1.HeaderClassName
{
color: #C00F87;
}
.AnyTagClassName
{
color: #C00F87;
}
</style>
background-color css
<style>
a { background-color: #C00F87; }
a { background-color: rgb(192,15,135); }
div.DivClassName
{
background-color: #C00F87;
}
.BgClassName
{
background-color: #C00F87;
}
</style>
border-color css
<style>
span { border-color: #C00F87; }
span { border-color: rgb(192,15,135); }
td.TdClassName
{
border-color: #C00F87;
}
.TagClassName
{
border-color: #C00F87;
}
</style>