Shades of Medium Violet Red #C61287
Tints of Medium Violet Red #C61287
RGB
CMYK
RGB Variations
Color information
#C61287 (or 0xC61287) is known color: Medium Violet Red. HEX triplet: C6, 12 and 87. RGB value is (198,18,135). Sum of RGB (Red+Green+Blue) = 198+18+135=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C61287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61287 is #39ED78. Grayscale: #545454. Windows color (decimal): -3796345 or 8852166. OLE color: 8852166.
HSL color Cylindrical-coordinate representation of color #C61287: hue angle of 321º 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 #C61287 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 135 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.22 |
| HSL | 321º | 0.83% | 0.42% | - |
| HSV(B) | 321º | 0.91% | 0.78% | - |
| XYZ | 27.88 | 14.19 | 24.19 | - |
| YUV | 85.16 | 156.13 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 135 | 0 | 0.91 | 0.32 | 0.22 | 321 | 0.83 | 0.42 |
| Hex | C6 | 12 | 87 | 0 | 5B | 20 | 16 | 141 | 53 | 2A |
| Octal | 306 | 22 | 207 | 0 | 133 | 40 | 26 | 501 | 123 | 52 |
| Binary | 11000110 | 10010 | 10000111 | 0 | 1011011 | 100000 | 10110 | 101000001 | 1010011 | 101010 |
Color Harmonies of #C61287
Complementary color
Monochromatic Colors of #C61287
Black with #C61287
Text Example
Text Example
White with #C61287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61287; }
p { color: rgb(198,18,135); }
H1.HeaderClassName
{
color: #C61287;
}
.AnyTagClassName
{
color: #C61287;
}
</style>
background-color css
<style>
a { background-color: #C61287; }
a { background-color: rgb(198,18,135); }
div.DivClassName
{
background-color: #C61287;
}
.BgClassName
{
background-color: #C61287;
}
</style>
border-color css
<style>
span { border-color: #C61287; }
span { border-color: rgb(198,18,135); }
td.TdClassName
{
border-color: #C61287;
}
.TagClassName
{
border-color: #C61287;
}
</style>