Shades of Medium Violet Red #C6189A
Tints of Medium Violet Red #C6189A
RGB
CMYK
RGB Variations
Color information
#C6189A (or 0xC6189A) is known color: Medium Violet Red. HEX triplet: C6, 18 and 9A. RGB value is (198,24,154). Sum of RGB (Red+Green+Blue) = 198+24+154=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6189A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6189A is #39E765. Grayscale: #5A5A5A. Windows color (decimal): -3794790 or 10098886. OLE color: 10098886.
HSL color Cylindrical-coordinate representation of color #C6189A: hue angle of 315.17º 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 #C6189A is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 154 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.22 |
| HSL | 315.17º | 0.78% | 0.44% | - |
| HSV(B) | 315.17º | 0.88% | 0.78% | - |
| XYZ | 29.45 | 14.99 | 31.91 | - |
| YUV | 90.85 | 163.65 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 154 | 0 | 0.88 | 0.22 | 0.22 | 315.17 | 0.78 | 0.44 |
| Hex | C6 | 18 | 9A | 0 | 58 | 16 | 16 | 13B | 4E | 2C |
| Octal | 306 | 30 | 232 | 0 | 130 | 26 | 26 | 473 | 116 | 54 |
| Binary | 11000110 | 11000 | 10011010 | 0 | 1011000 | 10110 | 10110 | 100111011 | 1001110 | 101100 |
Color Harmonies of #C6189A
Complementary color
Monochromatic Colors of #C6189A
Black with #C6189A
Text Example
Text Example
White with #C6189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6189A; }
p { color: rgb(198,24,154); }
H1.HeaderClassName
{
color: #C6189A;
}
.AnyTagClassName
{
color: #C6189A;
}
</style>
background-color css
<style>
a { background-color: #C6189A; }
a { background-color: rgb(198,24,154); }
div.DivClassName
{
background-color: #C6189A;
}
.BgClassName
{
background-color: #C6189A;
}
</style>
border-color css
<style>
span { border-color: #C6189A; }
span { border-color: rgb(198,24,154); }
td.TdClassName
{
border-color: #C6189A;
}
.TagClassName
{
border-color: #C6189A;
}
</style>