Shades of Medium Violet Red #C60078
Tints of Medium Violet Red #C60078
RGB
CMYK
RGB Variations
Color information
#C60078 (or 0xC60078) is known color: Medium Violet Red. HEX triplet: C6, 00 and 78. RGB value is (198,0,120). Sum of RGB (Red+Green+Blue) = 198+0+120=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C60078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60078 is #39FF87. Grayscale: #484848. Windows color (decimal): -3800968 or 7864518. OLE color: 7864518.
HSL color Cylindrical-coordinate representation of color #C60078: hue angle of 323.64º 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 #C60078 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.39 | 0.22 |
| HSL | 323.64º | 1% | 0.39% | - |
| HSV(B) | 323.64º | 1% | 0.78% | - |
| XYZ | 26.68 | 13.36 | 18.94 | - |
| YUV | 72.88 | 154.6 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 120 | 0 | 1 | 0.39 | 0.22 | 323.64 | 1 | 0.39 |
| Hex | C6 | 0 | 78 | 0 | 64 | 27 | 16 | 144 | 64 | 27 |
| Octal | 306 | 0 | 170 | 0 | 144 | 47 | 26 | 504 | 144 | 47 |
| Binary | 11000110 | 0 | 1111000 | 0 | 1100100 | 100111 | 10110 | 101000100 | 1100100 | 100111 |
Color Harmonies of #C60078
Complementary color
Monochromatic Colors of #C60078
Black with #C60078
Text Example
Text Example
White with #C60078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60078; }
p { color: rgb(198,0,120); }
H1.HeaderClassName
{
color: #C60078;
}
.AnyTagClassName
{
color: #C60078;
}
</style>
background-color css
<style>
a { background-color: #C60078; }
a { background-color: rgb(198,0,120); }
div.DivClassName
{
background-color: #C60078;
}
.BgClassName
{
background-color: #C60078;
}
</style>
border-color css
<style>
span { border-color: #C60078; }
span { border-color: rgb(198,0,120); }
td.TdClassName
{
border-color: #C60078;
}
.TagClassName
{
border-color: #C60078;
}
</style>