Shades of Medium Violet Red #C6158B
Tints of Medium Violet Red #C6158B
RGB
CMYK
RGB Variations
Color information
#C6158B (or 0xC6158B) is known color: Medium Violet Red. HEX triplet: C6, 15 and 8B. RGB value is (198,21,139). Sum of RGB (Red+Green+Blue) = 198+21+139=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C6158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6158B is #39EA74. Grayscale: #575757. Windows color (decimal): -3795573 or 9115078. OLE color: 9115078.
HSL color Cylindrical-coordinate representation of color #C6158B: hue angle of 320º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6158B is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 139 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.22 |
| HSL | 320º | 0.81% | 0.43% | - |
| HSV(B) | 320º | 0.89% | 0.78% | - |
| XYZ | 28.22 | 14.41 | 25.72 | - |
| YUV | 87.38 | 157.14 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 139 | 0 | 0.89 | 0.30 | 0.22 | 320 | 0.81 | 0.43 |
| Hex | C6 | 15 | 8B | 0 | 59 | 1E | 16 | 140 | 51 | 2B |
| Octal | 306 | 25 | 213 | 0 | 131 | 36 | 26 | 500 | 121 | 53 |
| Binary | 11000110 | 10101 | 10001011 | 0 | 1011001 | 11110 | 10110 | 101000000 | 1010001 | 101011 |
Color Harmonies of #C6158B
Complementary color
Monochromatic Colors of #C6158B
Black with #C6158B
Text Example
Text Example
White with #C6158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6158B; }
p { color: rgb(198,21,139); }
H1.HeaderClassName
{
color: #C6158B;
}
.AnyTagClassName
{
color: #C6158B;
}
</style>
background-color css
<style>
a { background-color: #C6158B; }
a { background-color: rgb(198,21,139); }
div.DivClassName
{
background-color: #C6158B;
}
.BgClassName
{
background-color: #C6158B;
}
</style>
border-color css
<style>
span { border-color: #C6158B; }
span { border-color: rgb(198,21,139); }
td.TdClassName
{
border-color: #C6158B;
}
.TagClassName
{
border-color: #C6158B;
}
</style>