Shades of Medium Violet Red #C6189D
Tints of Medium Violet Red #C6189D
RGB
CMYK
RGB Variations
Color information
#C6189D (or 0xC6189D) is known color: Medium Violet Red. HEX triplet: C6, 18 and 9D. RGB value is (198,24,157). Sum of RGB (Red+Green+Blue) = 198+24+157=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C6189D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6189D is #39E762. Grayscale: #5A5A5A. Windows color (decimal): -3794787 or 10295494. OLE color: 10295494.
HSL color Cylindrical-coordinate representation of color #C6189D: hue angle of 314.14º 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 #C6189D is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 157 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.22 |
| HSL | 314.14º | 0.78% | 0.44% | - |
| HSV(B) | 314.14º | 0.88% | 0.78% | - |
| XYZ | 29.7 | 15.09 | 33.25 | - |
| YUV | 91.19 | 165.15 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 157 | 0 | 0.88 | 0.21 | 0.22 | 314.14 | 0.78 | 0.44 |
| Hex | C6 | 18 | 9D | 0 | 58 | 15 | 16 | 13A | 4E | 2C |
| Octal | 306 | 30 | 235 | 0 | 130 | 25 | 26 | 472 | 116 | 54 |
| Binary | 11000110 | 11000 | 10011101 | 0 | 1011000 | 10101 | 10110 | 100111010 | 1001110 | 101100 |
Color Harmonies of #C6189D
Complementary color
Monochromatic Colors of #C6189D
Black with #C6189D
Text Example
Text Example
White with #C6189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6189D; }
p { color: rgb(198,24,157); }
H1.HeaderClassName
{
color: #C6189D;
}
.AnyTagClassName
{
color: #C6189D;
}
</style>
background-color css
<style>
a { background-color: #C6189D; }
a { background-color: rgb(198,24,157); }
div.DivClassName
{
background-color: #C6189D;
}
.BgClassName
{
background-color: #C6189D;
}
</style>
border-color css
<style>
span { border-color: #C6189D; }
span { border-color: rgb(198,24,157); }
td.TdClassName
{
border-color: #C6189D;
}
.TagClassName
{
border-color: #C6189D;
}
</style>