Shades of Medium Violet Red #C6088D
Tints of Medium Violet Red #C6088D
RGB
CMYK
RGB Variations
Color information
#C6088D (or 0xC6088D) is known color: Medium Violet Red. HEX triplet: C6, 08 and 8D. RGB value is (198,8,141). Sum of RGB (Red+Green+Blue) = 198+8+141=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C6088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6088D is #39F772. Grayscale: #4F4F4F. Windows color (decimal): -3798899 or 9242822. OLE color: 9242822.
HSL color Cylindrical-coordinate representation of color #C6088D: hue angle of 318º 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 #C6088D is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 141 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.22 |
| HSL | 318º | 0.92% | 0.4% | - |
| HSV(B) | 318º | 0.96% | 0.78% | - |
| XYZ | 28.18 | 14.1 | 26.44 | - |
| YUV | 79.97 | 162.45 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 141 | 0 | 0.96 | 0.29 | 0.22 | 318 | 0.92 | 0.4 |
| Hex | C6 | 8 | 8D | 0 | 60 | 1D | 16 | 13E | 5C | 28 |
| Octal | 306 | 10 | 215 | 0 | 140 | 35 | 26 | 476 | 134 | 50 |
| Binary | 11000110 | 1000 | 10001101 | 0 | 1100000 | 11101 | 10110 | 100111110 | 1011100 | 101000 |
Color Harmonies of #C6088D
Complementary color
Monochromatic Colors of #C6088D
Black with #C6088D
Text Example
Text Example
White with #C6088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6088D; }
p { color: rgb(198,8,141); }
H1.HeaderClassName
{
color: #C6088D;
}
.AnyTagClassName
{
color: #C6088D;
}
</style>
background-color css
<style>
a { background-color: #C6088D; }
a { background-color: rgb(198,8,141); }
div.DivClassName
{
background-color: #C6088D;
}
.BgClassName
{
background-color: #C6088D;
}
</style>
border-color css
<style>
span { border-color: #C6088D; }
span { border-color: rgb(198,8,141); }
td.TdClassName
{
border-color: #C6088D;
}
.TagClassName
{
border-color: #C6088D;
}
</style>