Shades of Medium Violet Red #C60A99
Tints of Medium Violet Red #C60A99
RGB
CMYK
RGB Variations
Color information
#C60A99 (or 0xC60A99) is known color: Medium Violet Red. HEX triplet: C6, 0A and 99. RGB value is (198,10,153). Sum of RGB (Red+Green+Blue) = 198+10+153=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60A99 is #39F566. Grayscale: #525252. Windows color (decimal): -3798375 or 10029766. OLE color: 10029766.
HSL color Cylindrical-coordinate representation of color #C60A99: hue angle of 314.36º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60A99 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 153 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.22 |
| HSL | 314.36º | 0.9% | 0.41% | - |
| HSV(B) | 314.36º | 0.95% | 0.78% | - |
| XYZ | 29.15 | 14.52 | 31.4 | - |
| YUV | 82.51 | 167.78 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 153 | 0 | 0.95 | 0.23 | 0.22 | 314.36 | 0.9 | 0.41 |
| Hex | C6 | A | 99 | 0 | 5F | 17 | 16 | 13A | 5A | 29 |
| Octal | 306 | 12 | 231 | 0 | 137 | 27 | 26 | 472 | 132 | 51 |
| Binary | 11000110 | 1010 | 10011001 | 0 | 1011111 | 10111 | 10110 | 100111010 | 1011010 | 101001 |
Color Harmonies of #C60A99
Complementary color
Monochromatic Colors of #C60A99
Black with #C60A99
Text Example
Text Example
White with #C60A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60A99; }
p { color: rgb(198,10,153); }
H1.HeaderClassName
{
color: #C60A99;
}
.AnyTagClassName
{
color: #C60A99;
}
</style>
background-color css
<style>
a { background-color: #C60A99; }
a { background-color: rgb(198,10,153); }
div.DivClassName
{
background-color: #C60A99;
}
.BgClassName
{
background-color: #C60A99;
}
</style>
border-color css
<style>
span { border-color: #C60A99; }
span { border-color: rgb(198,10,153); }
td.TdClassName
{
border-color: #C60A99;
}
.TagClassName
{
border-color: #C60A99;
}
</style>