Shades of Medium Violet Red #C61495
Tints of Medium Violet Red #C61495
RGB
CMYK
RGB Variations
Color information
#C61495 (or 0xC61495) is known color: Medium Violet Red. HEX triplet: C6, 14 and 95. RGB value is (198,20,149). Sum of RGB (Red+Green+Blue) = 198+20+149=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C61495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61495 is #39EB6A. Grayscale: #575757. Windows color (decimal): -3795819 or 9770182. OLE color: 9770182.
HSL color Cylindrical-coordinate representation of color #C61495: hue angle of 316.52º 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 #C61495 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 149 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.22 |
| HSL | 316.52º | 0.82% | 0.43% | - |
| HSV(B) | 316.52º | 0.9% | 0.78% | - |
| XYZ | 28.96 | 14.68 | 29.74 | - |
| YUV | 87.93 | 162.47 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 149 | 0 | 0.90 | 0.25 | 0.22 | 316.52 | 0.82 | 0.43 |
| Hex | C6 | 14 | 95 | 0 | 5A | 19 | 16 | 13D | 52 | 2B |
| Octal | 306 | 24 | 225 | 0 | 132 | 31 | 26 | 475 | 122 | 53 |
| Binary | 11000110 | 10100 | 10010101 | 0 | 1011010 | 11001 | 10110 | 100111101 | 1010010 | 101011 |
Color Harmonies of #C61495
Complementary color
Monochromatic Colors of #C61495
Black with #C61495
Text Example
Text Example
White with #C61495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61495; }
p { color: rgb(198,20,149); }
H1.HeaderClassName
{
color: #C61495;
}
.AnyTagClassName
{
color: #C61495;
}
</style>
background-color css
<style>
a { background-color: #C61495; }
a { background-color: rgb(198,20,149); }
div.DivClassName
{
background-color: #C61495;
}
.BgClassName
{
background-color: #C61495;
}
</style>
border-color css
<style>
span { border-color: #C61495; }
span { border-color: rgb(198,20,149); }
td.TdClassName
{
border-color: #C61495;
}
.TagClassName
{
border-color: #C61495;
}
</style>