Shades of Medium Violet Red #C61489
Tints of Medium Violet Red #C61489
RGB
CMYK
RGB Variations
Color information
#C61489 (or 0xC61489) is known color: Medium Violet Red. HEX triplet: C6, 14 and 89. RGB value is (198,20,137). Sum of RGB (Red+Green+Blue) = 198+20+137=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C61489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61489 is #39EB76. Grayscale: #565656. Windows color (decimal): -3795831 or 8983750. OLE color: 8983750.
HSL color Cylindrical-coordinate representation of color #C61489: hue angle of 320.56º 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 #C61489 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 137 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.22 |
| HSL | 320.56º | 0.82% | 0.43% | - |
| HSV(B) | 320.56º | 0.9% | 0.78% | - |
| XYZ | 28.05 | 14.31 | 24.95 | - |
| YUV | 86.56 | 156.47 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 137 | 0 | 0.90 | 0.31 | 0.22 | 320.56 | 0.82 | 0.43 |
| Hex | C6 | 14 | 89 | 0 | 5A | 1F | 16 | 141 | 52 | 2B |
| Octal | 306 | 24 | 211 | 0 | 132 | 37 | 26 | 501 | 122 | 53 |
| Binary | 11000110 | 10100 | 10001001 | 0 | 1011010 | 11111 | 10110 | 101000001 | 1010010 | 101011 |
Color Harmonies of #C61489
Complementary color
Monochromatic Colors of #C61489
Black with #C61489
Text Example
Text Example
White with #C61489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61489; }
p { color: rgb(198,20,137); }
H1.HeaderClassName
{
color: #C61489;
}
.AnyTagClassName
{
color: #C61489;
}
</style>
background-color css
<style>
a { background-color: #C61489; }
a { background-color: rgb(198,20,137); }
div.DivClassName
{
background-color: #C61489;
}
.BgClassName
{
background-color: #C61489;
}
</style>
border-color css
<style>
span { border-color: #C61489; }
span { border-color: rgb(198,20,137); }
td.TdClassName
{
border-color: #C61489;
}
.TagClassName
{
border-color: #C61489;
}
</style>