Shades of Medium Violet Red #C60280
Tints of Medium Violet Red #C60280
RGB
CMYK
RGB Variations
Color information
#C60280 (or 0xC60280) is known color: Medium Violet Red. HEX triplet: C6, 02 and 80. RGB value is (198,2,128). Sum of RGB (Red+Green+Blue) = 198+2+128=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C60280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60280 is #39FD7F. Grayscale: #4A4A4A. Windows color (decimal): -3800448 or 8389318. OLE color: 8389318.
HSL color Cylindrical-coordinate representation of color #C60280: hue angle of 321.43º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60280 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 128 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.22 |
| HSL | 321.43º | 0.98% | 0.39% | - |
| HSV(B) | 321.43º | 0.99% | 0.78% | - |
| XYZ | 27.21 | 13.61 | 21.61 | - |
| YUV | 74.97 | 157.93 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 128 | 0 | 0.99 | 0.35 | 0.22 | 321.43 | 0.98 | 0.39 |
| Hex | C6 | 2 | 80 | 0 | 63 | 23 | 16 | 141 | 62 | 27 |
| Octal | 306 | 2 | 200 | 0 | 143 | 43 | 26 | 501 | 142 | 47 |
| Binary | 11000110 | 10 | 10000000 | 0 | 1100011 | 100011 | 10110 | 101000001 | 1100010 | 100111 |
Color Harmonies of #C60280
Complementary color
Monochromatic Colors of #C60280
Black with #C60280
Text Example
Text Example
White with #C60280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60280; }
p { color: rgb(198,2,128); }
H1.HeaderClassName
{
color: #C60280;
}
.AnyTagClassName
{
color: #C60280;
}
</style>
background-color css
<style>
a { background-color: #C60280; }
a { background-color: rgb(198,2,128); }
div.DivClassName
{
background-color: #C60280;
}
.BgClassName
{
background-color: #C60280;
}
</style>
border-color css
<style>
span { border-color: #C60280; }
span { border-color: rgb(198,2,128); }
td.TdClassName
{
border-color: #C60280;
}
.TagClassName
{
border-color: #C60280;
}
</style>