Shades of Medium Violet Red #C60892
Tints of Medium Violet Red #C60892
RGB
CMYK
RGB Variations
Color information
#C60892 (or 0xC60892) is known color: Medium Violet Red. HEX triplet: C6, 08 and 92. RGB value is (198,8,146). Sum of RGB (Red+Green+Blue) = 198+8+146=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C60892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60892 is #39F76D. Grayscale: #505050. Windows color (decimal): -3798894 or 9570502. OLE color: 9570502.
HSL color Cylindrical-coordinate representation of color #C60892: hue angle of 316.42º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60892 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 146 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.22 |
| HSL | 316.42º | 0.92% | 0.4% | - |
| HSV(B) | 316.42º | 0.96% | 0.78% | - |
| XYZ | 28.56 | 14.25 | 28.44 | - |
| YUV | 80.54 | 164.95 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 146 | 0 | 0.96 | 0.26 | 0.22 | 316.42 | 0.92 | 0.4 |
| Hex | C6 | 8 | 92 | 0 | 60 | 1A | 16 | 13C | 5C | 28 |
| Octal | 306 | 10 | 222 | 0 | 140 | 32 | 26 | 474 | 134 | 50 |
| Binary | 11000110 | 1000 | 10010010 | 0 | 1100000 | 11010 | 10110 | 100111100 | 1011100 | 101000 |
Color Harmonies of #C60892
Complementary color
Monochromatic Colors of #C60892
Black with #C60892
Text Example
Text Example
White with #C60892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60892; }
p { color: rgb(198,8,146); }
H1.HeaderClassName
{
color: #C60892;
}
.AnyTagClassName
{
color: #C60892;
}
</style>
background-color css
<style>
a { background-color: #C60892; }
a { background-color: rgb(198,8,146); }
div.DivClassName
{
background-color: #C60892;
}
.BgClassName
{
background-color: #C60892;
}
</style>
border-color css
<style>
span { border-color: #C60892; }
span { border-color: rgb(198,8,146); }
td.TdClassName
{
border-color: #C60892;
}
.TagClassName
{
border-color: #C60892;
}
</style>