Shades of Medium Violet Red #C6158A
Tints of Medium Violet Red #C6158A
RGB
CMYK
RGB Variations
Color information
#C6158A (or 0xC6158A) is known color: Medium Violet Red. HEX triplet: C6, 15 and 8A. RGB value is (198,21,138). Sum of RGB (Red+Green+Blue) = 198+21+138=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C6158A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6158A is #39EA75. Grayscale: #565656. Windows color (decimal): -3795574 or 9049542. OLE color: 9049542.
HSL color Cylindrical-coordinate representation of color #C6158A: hue angle of 320.34º 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 #C6158A is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 138 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.22 |
| HSL | 320.34º | 0.81% | 0.43% | - |
| HSV(B) | 320.34º | 0.89% | 0.78% | - |
| XYZ | 28.14 | 14.38 | 25.34 | - |
| YUV | 87.26 | 156.64 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 138 | 0 | 0.89 | 0.30 | 0.22 | 320.34 | 0.81 | 0.43 |
| Hex | C6 | 15 | 8A | 0 | 59 | 1E | 16 | 140 | 51 | 2B |
| Octal | 306 | 25 | 212 | 0 | 131 | 36 | 26 | 500 | 121 | 53 |
| Binary | 11000110 | 10101 | 10001010 | 0 | 1011001 | 11110 | 10110 | 101000000 | 1010001 | 101011 |
Color Harmonies of #C6158A
Complementary color
Monochromatic Colors of #C6158A
Black with #C6158A
Text Example
Text Example
White with #C6158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6158A; }
p { color: rgb(198,21,138); }
H1.HeaderClassName
{
color: #C6158A;
}
.AnyTagClassName
{
color: #C6158A;
}
</style>
background-color css
<style>
a { background-color: #C6158A; }
a { background-color: rgb(198,21,138); }
div.DivClassName
{
background-color: #C6158A;
}
.BgClassName
{
background-color: #C6158A;
}
</style>
border-color css
<style>
span { border-color: #C6158A; }
span { border-color: rgb(198,21,138); }
td.TdClassName
{
border-color: #C6158A;
}
.TagClassName
{
border-color: #C6158A;
}
</style>