Shades of Medium Violet Red #C6008B
Tints of Medium Violet Red #C6008B
RGB
CMYK
RGB Variations
Color information
#C6008B (or 0xC6008B) is known color: Medium Violet Red. HEX triplet: C6, 00 and 8B. RGB value is (198,0,139). Sum of RGB (Red+Green+Blue) = 198+0+139=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C6008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6008B is #39FF74. Grayscale: #4A4A4A. Windows color (decimal): -3800949 or 9109702. OLE color: 9109702.
HSL color Cylindrical-coordinate representation of color #C6008B: hue angle of 317.88º 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 #C6008B is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.30 | 0.22 |
| HSL | 317.88º | 1% | 0.39% | - |
| HSV(B) | 317.88º | 1% | 0.78% | - |
| XYZ | 27.95 | 13.87 | 25.63 | - |
| YUV | 75.05 | 164.1 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 139 | 0 | 1 | 0.30 | 0.22 | 317.88 | 1 | 0.39 |
| Hex | C6 | 0 | 8B | 0 | 64 | 1E | 16 | 13E | 64 | 27 |
| Octal | 306 | 0 | 213 | 0 | 144 | 36 | 26 | 476 | 144 | 47 |
| Binary | 11000110 | 0 | 10001011 | 0 | 1100100 | 11110 | 10110 | 100111110 | 1100100 | 100111 |
Color Harmonies of #C6008B
Complementary color
Monochromatic Colors of #C6008B
Black with #C6008B
Text Example
Text Example
White with #C6008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6008B; }
p { color: rgb(198,0,139); }
H1.HeaderClassName
{
color: #C6008B;
}
.AnyTagClassName
{
color: #C6008B;
}
</style>
background-color css
<style>
a { background-color: #C6008B; }
a { background-color: rgb(198,0,139); }
div.DivClassName
{
background-color: #C6008B;
}
.BgClassName
{
background-color: #C6008B;
}
</style>
border-color css
<style>
span { border-color: #C6008B; }
span { border-color: rgb(198,0,139); }
td.TdClassName
{
border-color: #C6008B;
}
.TagClassName
{
border-color: #C6008B;
}
</style>