Shades of Medium Violet Red #C6189F
Tints of Medium Violet Red #C6189F
RGB
CMYK
RGB Variations
Color information
#C6189F (or 0xC6189F) is known color: Medium Violet Red. HEX triplet: C6, 18 and 9F. RGB value is (198,24,159). Sum of RGB (Red+Green+Blue) = 198+24+159=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C6189F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6189F is #39E760. Grayscale: #5B5B5B. Windows color (decimal): -3794785 or 10426566. OLE color: 10426566.
HSL color Cylindrical-coordinate representation of color #C6189F: hue angle of 313.45º 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 #C6189F is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 159 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.22 |
| HSL | 313.45º | 0.78% | 0.44% | - |
| HSV(B) | 313.45º | 0.88% | 0.78% | - |
| XYZ | 29.87 | 15.16 | 34.15 | - |
| YUV | 91.42 | 166.15 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 159 | 0 | 0.88 | 0.20 | 0.22 | 313.45 | 0.78 | 0.44 |
| Hex | C6 | 18 | 9F | 0 | 58 | 14 | 16 | 139 | 4E | 2C |
| Octal | 306 | 30 | 237 | 0 | 130 | 24 | 26 | 471 | 116 | 54 |
| Binary | 11000110 | 11000 | 10011111 | 0 | 1011000 | 10100 | 10110 | 100111001 | 1001110 | 101100 |
Color Harmonies of #C6189F
Complementary color
Monochromatic Colors of #C6189F
Black with #C6189F
Text Example
Text Example
White with #C6189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6189F; }
p { color: rgb(198,24,159); }
H1.HeaderClassName
{
color: #C6189F;
}
.AnyTagClassName
{
color: #C6189F;
}
</style>
background-color css
<style>
a { background-color: #C6189F; }
a { background-color: rgb(198,24,159); }
div.DivClassName
{
background-color: #C6189F;
}
.BgClassName
{
background-color: #C6189F;
}
</style>
border-color css
<style>
span { border-color: #C6189F; }
span { border-color: rgb(198,24,159); }
td.TdClassName
{
border-color: #C6189F;
}
.TagClassName
{
border-color: #C6189F;
}
</style>