Shades of Medium Violet Red #C60092
Tints of Medium Violet Red #C60092
RGB
CMYK
RGB Variations
Color information
#C60092 (or 0xC60092) is known color: Medium Violet Red. HEX triplet: C6, 00 and 92. RGB value is (198,0,146). Sum of RGB (Red+Green+Blue) = 198+0+146=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C60092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60092 is #39FF6D. Grayscale: #4B4B4B. Windows color (decimal): -3800942 or 9568454. OLE color: 9568454.
HSL color Cylindrical-coordinate representation of color #C60092: hue angle of 315.76º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60092 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.26 | 0.22 |
| HSL | 315.76º | 1% | 0.39% | - |
| HSV(B) | 315.76º | 1% | 0.78% | - |
| XYZ | 28.48 | 14.08 | 28.41 | - |
| YUV | 75.85 | 167.6 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 146 | 0 | 1 | 0.26 | 0.22 | 315.76 | 1 | 0.39 |
| Hex | C6 | 0 | 92 | 0 | 64 | 1A | 16 | 13C | 64 | 27 |
| Octal | 306 | 0 | 222 | 0 | 144 | 32 | 26 | 474 | 144 | 47 |
| Binary | 11000110 | 0 | 10010010 | 0 | 1100100 | 11010 | 10110 | 100111100 | 1100100 | 100111 |
Color Harmonies of #C60092
Complementary color
Monochromatic Colors of #C60092
Black with #C60092
Text Example
Text Example
White with #C60092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60092; }
p { color: rgb(198,0,146); }
H1.HeaderClassName
{
color: #C60092;
}
.AnyTagClassName
{
color: #C60092;
}
</style>
background-color css
<style>
a { background-color: #C60092; }
a { background-color: rgb(198,0,146); }
div.DivClassName
{
background-color: #C60092;
}
.BgClassName
{
background-color: #C60092;
}
</style>
border-color css
<style>
span { border-color: #C60092; }
span { border-color: rgb(198,0,146); }
td.TdClassName
{
border-color: #C60092;
}
.TagClassName
{
border-color: #C60092;
}
</style>