Shades of Medium Violet Red #C6168A
Tints of Medium Violet Red #C6168A
RGB
CMYK
RGB Variations
Color information
#C6168A (or 0xC6168A) is known color: Medium Violet Red. HEX triplet: C6, 16 and 8A. RGB value is (198,22,138). Sum of RGB (Red+Green+Blue) = 198+22+138=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C6168A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6168A is #39E975. Grayscale: #575757. Windows color (decimal): -3795318 or 9049798. OLE color: 9049798.
HSL color Cylindrical-coordinate representation of color #C6168A: hue angle of 320.45º degrees, saturation: 0.8, 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 #C6168A is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 138 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.22 |
| HSL | 320.45º | 0.8% | 0.43% | - |
| HSV(B) | 320.45º | 0.89% | 0.78% | - |
| XYZ | 28.16 | 14.41 | 25.34 | - |
| YUV | 87.85 | 156.31 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 138 | 0 | 0.89 | 0.30 | 0.22 | 320.45 | 0.8 | 0.43 |
| Hex | C6 | 16 | 8A | 0 | 59 | 1E | 16 | 140 | 50 | 2B |
| Octal | 306 | 26 | 212 | 0 | 131 | 36 | 26 | 500 | 120 | 53 |
| Binary | 11000110 | 10110 | 10001010 | 0 | 1011001 | 11110 | 10110 | 101000000 | 1010000 | 101011 |
Color Harmonies of #C6168A
Complementary color
Monochromatic Colors of #C6168A
Black with #C6168A
Text Example
Text Example
White with #C6168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6168A; }
p { color: rgb(198,22,138); }
H1.HeaderClassName
{
color: #C6168A;
}
.AnyTagClassName
{
color: #C6168A;
}
</style>
background-color css
<style>
a { background-color: #C6168A; }
a { background-color: rgb(198,22,138); }
div.DivClassName
{
background-color: #C6168A;
}
.BgClassName
{
background-color: #C6168A;
}
</style>
border-color css
<style>
span { border-color: #C6168A; }
span { border-color: rgb(198,22,138); }
td.TdClassName
{
border-color: #C6168A;
}
.TagClassName
{
border-color: #C6168A;
}
</style>