Shades of Medium Violet Red #C6056C
Tints of Medium Violet Red #C6056C
RGB
CMYK
RGB Variations
Color information
#C6056C (or 0xC6056C) is known color: Medium Violet Red. HEX triplet: C6, 05 and 6C. RGB value is (198,5,108). Sum of RGB (Red+Green+Blue) = 198+5+108=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C6056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6056C is #39FA93. Grayscale: #4A4A4A. Windows color (decimal): -3799700 or 7079366. OLE color: 7079366.
HSL color Cylindrical-coordinate representation of color #C6056C: hue angle of 327.98º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6056C is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 108 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.22 |
| HSL | 327.98º | 0.95% | 0.4% | - |
| HSV(B) | 327.98º | 0.97% | 0.78% | - |
| XYZ | 26.05 | 13.2 | 15.36 | - |
| YUV | 74.45 | 146.94 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 108 | 0 | 0.97 | 0.45 | 0.22 | 327.98 | 0.95 | 0.4 |
| Hex | C6 | 5 | 6C | 0 | 61 | 2D | 16 | 148 | 5F | 28 |
| Octal | 306 | 5 | 154 | 0 | 141 | 55 | 26 | 510 | 137 | 50 |
| Binary | 11000110 | 101 | 1101100 | 0 | 1100001 | 101101 | 10110 | 101001000 | 1011111 | 101000 |
Color Harmonies of #C6056C
Complementary color
Monochromatic Colors of #C6056C
Black with #C6056C
Text Example
Text Example
White with #C6056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6056C; }
p { color: rgb(198,5,108); }
H1.HeaderClassName
{
color: #C6056C;
}
.AnyTagClassName
{
color: #C6056C;
}
</style>
background-color css
<style>
a { background-color: #C6056C; }
a { background-color: rgb(198,5,108); }
div.DivClassName
{
background-color: #C6056C;
}
.BgClassName
{
background-color: #C6056C;
}
</style>
border-color css
<style>
span { border-color: #C6056C; }
span { border-color: rgb(198,5,108); }
td.TdClassName
{
border-color: #C6056C;
}
.TagClassName
{
border-color: #C6056C;
}
</style>