Shades of Medium Violet Red #C6189C
Tints of Medium Violet Red #C6189C
RGB
CMYK
RGB Variations
Color information
#C6189C (or 0xC6189C) is known color: Medium Violet Red. HEX triplet: C6, 18 and 9C. RGB value is (198,24,156). Sum of RGB (Red+Green+Blue) = 198+24+156=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6189C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6189C is #39E763. Grayscale: #5A5A5A. Windows color (decimal): -3794788 or 10229958. OLE color: 10229958.
HSL color Cylindrical-coordinate representation of color #C6189C: hue angle of 314.48º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6189C is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 156 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.22 |
| HSL | 314.48º | 0.78% | 0.44% | - |
| HSV(B) | 314.48º | 0.88% | 0.78% | - |
| XYZ | 29.62 | 15.06 | 32.8 | - |
| YUV | 91.07 | 164.65 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 156 | 0 | 0.88 | 0.21 | 0.22 | 314.48 | 0.78 | 0.44 |
| Hex | C6 | 18 | 9C | 0 | 58 | 15 | 16 | 13A | 4E | 2C |
| Octal | 306 | 30 | 234 | 0 | 130 | 25 | 26 | 472 | 116 | 54 |
| Binary | 11000110 | 11000 | 10011100 | 0 | 1011000 | 10101 | 10110 | 100111010 | 1001110 | 101100 |
Color Harmonies of #C6189C
Complementary color
Monochromatic Colors of #C6189C
Black with #C6189C
Text Example
Text Example
White with #C6189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6189C; }
p { color: rgb(198,24,156); }
H1.HeaderClassName
{
color: #C6189C;
}
.AnyTagClassName
{
color: #C6189C;
}
</style>
background-color css
<style>
a { background-color: #C6189C; }
a { background-color: rgb(198,24,156); }
div.DivClassName
{
background-color: #C6189C;
}
.BgClassName
{
background-color: #C6189C;
}
</style>
border-color css
<style>
span { border-color: #C6189C; }
span { border-color: rgb(198,24,156); }
td.TdClassName
{
border-color: #C6189C;
}
.TagClassName
{
border-color: #C6189C;
}
</style>