Shades of Medium Violet Red #C61389
Tints of Medium Violet Red #C61389
RGB
CMYK
RGB Variations
Color information
#C61389 (or 0xC61389) is known color: Medium Violet Red. HEX triplet: C6, 13 and 89. RGB value is (198,19,137). Sum of RGB (Red+Green+Blue) = 198+19+137=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C61389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61389 is #39EC76. Grayscale: #555555. Windows color (decimal): -3796087 or 8983494. OLE color: 8983494.
HSL color Cylindrical-coordinate representation of color #C61389: hue angle of 320.45º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61389 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 137 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.22 |
| HSL | 320.45º | 0.82% | 0.43% | - |
| HSV(B) | 320.45º | 0.9% | 0.78% | - |
| XYZ | 28.04 | 14.28 | 24.95 | - |
| YUV | 85.97 | 156.8 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 137 | 0 | 0.90 | 0.31 | 0.22 | 320.45 | 0.82 | 0.43 |
| Hex | C6 | 13 | 89 | 0 | 5A | 1F | 16 | 140 | 52 | 2B |
| Octal | 306 | 23 | 211 | 0 | 132 | 37 | 26 | 500 | 122 | 53 |
| Binary | 11000110 | 10011 | 10001001 | 0 | 1011010 | 11111 | 10110 | 101000000 | 1010010 | 101011 |
Color Harmonies of #C61389
Complementary color
Monochromatic Colors of #C61389
Black with #C61389
Text Example
Text Example
White with #C61389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61389; }
p { color: rgb(198,19,137); }
H1.HeaderClassName
{
color: #C61389;
}
.AnyTagClassName
{
color: #C61389;
}
</style>
background-color css
<style>
a { background-color: #C61389; }
a { background-color: rgb(198,19,137); }
div.DivClassName
{
background-color: #C61389;
}
.BgClassName
{
background-color: #C61389;
}
</style>
border-color css
<style>
span { border-color: #C61389; }
span { border-color: rgb(198,19,137); }
td.TdClassName
{
border-color: #C61389;
}
.TagClassName
{
border-color: #C61389;
}
</style>