Shades of Medium Violet Red #C61889
Tints of Medium Violet Red #C61889
RGB
CMYK
RGB Variations
Color information
#C61889 (or 0xC61889) is known color: Medium Violet Red. HEX triplet: C6, 18 and 89. RGB value is (198,24,137). Sum of RGB (Red+Green+Blue) = 198+24+137=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C61889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61889 is #39E776. Grayscale: #585858. Windows color (decimal): -3794807 or 8984774. OLE color: 8984774.
HSL color Cylindrical-coordinate representation of color #C61889: hue angle of 321.03º 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 #C61889 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 137 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.22 |
| HSL | 321.03º | 0.78% | 0.44% | - |
| HSV(B) | 321.03º | 0.88% | 0.78% | - |
| XYZ | 28.13 | 14.47 | 24.98 | - |
| YUV | 88.91 | 155.15 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 137 | 0 | 0.88 | 0.31 | 0.22 | 321.03 | 0.78 | 0.44 |
| Hex | C6 | 18 | 89 | 0 | 58 | 1F | 16 | 141 | 4E | 2C |
| Octal | 306 | 30 | 211 | 0 | 130 | 37 | 26 | 501 | 116 | 54 |
| Binary | 11000110 | 11000 | 10001001 | 0 | 1011000 | 11111 | 10110 | 101000001 | 1001110 | 101100 |
Color Harmonies of #C61889
Complementary color
Monochromatic Colors of #C61889
Black with #C61889
Text Example
Text Example
White with #C61889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61889; }
p { color: rgb(198,24,137); }
H1.HeaderClassName
{
color: #C61889;
}
.AnyTagClassName
{
color: #C61889;
}
</style>
background-color css
<style>
a { background-color: #C61889; }
a { background-color: rgb(198,24,137); }
div.DivClassName
{
background-color: #C61889;
}
.BgClassName
{
background-color: #C61889;
}
</style>
border-color css
<style>
span { border-color: #C61889; }
span { border-color: rgb(198,24,137); }
td.TdClassName
{
border-color: #C61889;
}
.TagClassName
{
border-color: #C61889;
}
</style>