Shades of Medium Violet Red #C6008C
Tints of Medium Violet Red #C6008C
RGB
CMYK
RGB Variations
Color information
#C6008C (or 0xC6008C) is known color: Medium Violet Red. HEX triplet: C6, 00 and 8C. RGB value is (198,0,140). Sum of RGB (Red+Green+Blue) = 198+0+140=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C6008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6008C is #39FF73. Grayscale: #4A4A4A. Windows color (decimal): -3800948 or 9175238. OLE color: 9175238.
HSL color Cylindrical-coordinate representation of color #C6008C: hue angle of 317.58º 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 #C6008C is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.29 | 0.22 |
| HSL | 317.58º | 1% | 0.39% | - |
| HSV(B) | 317.58º | 1% | 0.78% | - |
| XYZ | 28.02 | 13.9 | 26.02 | - |
| YUV | 75.16 | 164.6 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 140 | 0 | 1 | 0.29 | 0.22 | 317.58 | 1 | 0.39 |
| Hex | C6 | 0 | 8C | 0 | 64 | 1D | 16 | 13E | 64 | 27 |
| Octal | 306 | 0 | 214 | 0 | 144 | 35 | 26 | 476 | 144 | 47 |
| Binary | 11000110 | 0 | 10001100 | 0 | 1100100 | 11101 | 10110 | 100111110 | 1100100 | 100111 |
Color Harmonies of #C6008C
Complementary color
Monochromatic Colors of #C6008C
Black with #C6008C
Text Example
Text Example
White with #C6008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6008C; }
p { color: rgb(198,0,140); }
H1.HeaderClassName
{
color: #C6008C;
}
.AnyTagClassName
{
color: #C6008C;
}
</style>
background-color css
<style>
a { background-color: #C6008C; }
a { background-color: rgb(198,0,140); }
div.DivClassName
{
background-color: #C6008C;
}
.BgClassName
{
background-color: #C6008C;
}
</style>
border-color css
<style>
span { border-color: #C6008C; }
span { border-color: rgb(198,0,140); }
td.TdClassName
{
border-color: #C6008C;
}
.TagClassName
{
border-color: #C6008C;
}
</style>