Shades of Medium Violet Red #C00099
Tints of Medium Violet Red #C00099
RGB
CMYK
RGB Variations
Color information
#C00099 (or 0xC00099) is known color: Medium Violet Red. HEX triplet: C0, 00 and 99. RGB value is (192,0,153). Sum of RGB (Red+Green+Blue) = 192+0+153=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C00099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00099 is #3FFF66. Grayscale: #4A4A4A. Windows color (decimal): -4194151 or 10027200. OLE color: 10027200.
HSL color Cylindrical-coordinate representation of color #C00099: hue angle of 312.19º 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 #C00099 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.20 | 0.25 |
| HSL | 312.19º | 1% | 0.38% | - |
| HSV(B) | 312.19º | 1% | 0.75% | - |
| XYZ | 27.49 | 13.51 | 31.3 | - |
| YUV | 74.85 | 172.11 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 153 | 0 | 1 | 0.20 | 0.25 | 312.19 | 1 | 0.38 |
| Hex | C0 | 0 | 99 | 0 | 64 | 14 | 19 | 138 | 64 | 26 |
| Octal | 300 | 0 | 231 | 0 | 144 | 24 | 31 | 470 | 144 | 46 |
| Binary | 11000000 | 0 | 10011001 | 0 | 1100100 | 10100 | 11001 | 100111000 | 1100100 | 100110 |
Color Harmonies of #C00099
Complementary color
Monochromatic Colors of #C00099
Black with #C00099
Text Example
Text Example
White with #C00099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00099; }
p { color: rgb(192,0,153); }
H1.HeaderClassName
{
color: #C00099;
}
.AnyTagClassName
{
color: #C00099;
}
</style>
background-color css
<style>
a { background-color: #C00099; }
a { background-color: rgb(192,0,153); }
div.DivClassName
{
background-color: #C00099;
}
.BgClassName
{
background-color: #C00099;
}
</style>
border-color css
<style>
span { border-color: #C00099; }
span { border-color: rgb(192,0,153); }
td.TdClassName
{
border-color: #C00099;
}
.TagClassName
{
border-color: #C00099;
}
</style>