Shades of Medium Violet Red #C00F9F
Tints of Medium Violet Red #C00F9F
RGB
CMYK
RGB Variations
Color information
#C00F9F (or 0xC00F9F) is known color: Medium Violet Red. HEX triplet: C0, 0F and 9F. RGB value is (192,15,159). Sum of RGB (Red+Green+Blue) = 192+15+159=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00F9F is #3FF060. Grayscale: #535353. Windows color (decimal): -4190305 or 10424256. OLE color: 10424256.
HSL color Cylindrical-coordinate representation of color #C00F9F: hue angle of 311.19º 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 #C00F9F is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 159 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.25 |
| HSL | 311.19º | 0.86% | 0.41% | - |
| HSV(B) | 311.19º | 0.92% | 0.75% | - |
| XYZ | 28.17 | 14.05 | 34.03 | - |
| YUV | 84.34 | 170.14 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 159 | 0 | 0.92 | 0.17 | 0.25 | 311.19 | 0.86 | 0.41 |
| Hex | C0 | F | 9F | 0 | 5C | 11 | 19 | 137 | 56 | 29 |
| Octal | 300 | 17 | 237 | 0 | 134 | 21 | 31 | 467 | 126 | 51 |
| Binary | 11000000 | 1111 | 10011111 | 0 | 1011100 | 10001 | 11001 | 100110111 | 1010110 | 101001 |
Color Harmonies of #C00F9F
Complementary color
Monochromatic Colors of #C00F9F
Black with #C00F9F
Text Example
Text Example
White with #C00F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00F9F; }
p { color: rgb(192,15,159); }
H1.HeaderClassName
{
color: #C00F9F;
}
.AnyTagClassName
{
color: #C00F9F;
}
</style>
background-color css
<style>
a { background-color: #C00F9F; }
a { background-color: rgb(192,15,159); }
div.DivClassName
{
background-color: #C00F9F;
}
.BgClassName
{
background-color: #C00F9F;
}
</style>
border-color css
<style>
span { border-color: #C00F9F; }
span { border-color: rgb(192,15,159); }
td.TdClassName
{
border-color: #C00F9F;
}
.TagClassName
{
border-color: #C00F9F;
}
</style>