Shades of Medium Violet Red #C00F99
Tints of Medium Violet Red #C00F99
RGB
CMYK
RGB Variations
Color information
#C00F99 (or 0xC00F99) is known color: Medium Violet Red. HEX triplet: C0, 0F and 99. RGB value is (192,15,153). Sum of RGB (Red+Green+Blue) = 192+15+153=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00F99 is #3FF066. Grayscale: #535353. Windows color (decimal): -4190311 or 10031040. OLE color: 10031040.
HSL color Cylindrical-coordinate representation of color #C00F99: hue angle of 313.22º 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 #C00F99 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 153 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.25 |
| HSL | 313.22º | 0.86% | 0.41% | - |
| HSV(B) | 313.22º | 0.92% | 0.75% | - |
| XYZ | 27.66 | 13.85 | 31.35 | - |
| YUV | 83.66 | 167.14 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 153 | 0 | 0.92 | 0.20 | 0.25 | 313.22 | 0.86 | 0.41 |
| Hex | C0 | F | 99 | 0 | 5C | 14 | 19 | 139 | 56 | 29 |
| Octal | 300 | 17 | 231 | 0 | 134 | 24 | 31 | 471 | 126 | 51 |
| Binary | 11000000 | 1111 | 10011001 | 0 | 1011100 | 10100 | 11001 | 100111001 | 1010110 | 101001 |
Color Harmonies of #C00F99
Complementary color
Monochromatic Colors of #C00F99
Black with #C00F99
Text Example
Text Example
White with #C00F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00F99; }
p { color: rgb(192,15,153); }
H1.HeaderClassName
{
color: #C00F99;
}
.AnyTagClassName
{
color: #C00F99;
}
</style>
background-color css
<style>
a { background-color: #C00F99; }
a { background-color: rgb(192,15,153); }
div.DivClassName
{
background-color: #C00F99;
}
.BgClassName
{
background-color: #C00F99;
}
</style>
border-color css
<style>
span { border-color: #C00F99; }
span { border-color: rgb(192,15,153); }
td.TdClassName
{
border-color: #C00F99;
}
.TagClassName
{
border-color: #C00F99;
}
</style>