Shades of Medium Violet Red #C61290
Tints of Medium Violet Red #C61290
RGB
CMYK
RGB Variations
Color information
#C61290 (or 0xC61290) is known color: Medium Violet Red. HEX triplet: C6, 12 and 90. RGB value is (198,18,144). Sum of RGB (Red+Green+Blue) = 198+18+144=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C61290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61290 is #39ED6F. Grayscale: #555555. Windows color (decimal): -3796336 or 9441990. OLE color: 9441990.
HSL color Cylindrical-coordinate representation of color #C61290: hue angle of 318º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61290 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 144 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.22 |
| HSL | 318º | 0.83% | 0.42% | - |
| HSV(B) | 318º | 0.91% | 0.78% | - |
| XYZ | 28.54 | 14.45 | 27.67 | - |
| YUV | 86.18 | 160.63 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 144 | 0 | 0.91 | 0.27 | 0.22 | 318 | 0.83 | 0.42 |
| Hex | C6 | 12 | 90 | 0 | 5B | 1B | 16 | 13E | 53 | 2A |
| Octal | 306 | 22 | 220 | 0 | 133 | 33 | 26 | 476 | 123 | 52 |
| Binary | 11000110 | 10010 | 10010000 | 0 | 1011011 | 11011 | 10110 | 100111110 | 1010011 | 101010 |
Color Harmonies of #C61290
Complementary color
Monochromatic Colors of #C61290
Black with #C61290
Text Example
Text Example
White with #C61290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61290; }
p { color: rgb(198,18,144); }
H1.HeaderClassName
{
color: #C61290;
}
.AnyTagClassName
{
color: #C61290;
}
</style>
background-color css
<style>
a { background-color: #C61290; }
a { background-color: rgb(198,18,144); }
div.DivClassName
{
background-color: #C61290;
}
.BgClassName
{
background-color: #C61290;
}
</style>
border-color css
<style>
span { border-color: #C61290; }
span { border-color: rgb(198,18,144); }
td.TdClassName
{
border-color: #C61290;
}
.TagClassName
{
border-color: #C61290;
}
</style>