Shades of Medium Violet Red #C61395
Tints of Medium Violet Red #C61395
RGB
CMYK
RGB Variations
Color information
#C61395 (or 0xC61395) is known color: Medium Violet Red. HEX triplet: C6, 13 and 95. RGB value is (198,19,149). Sum of RGB (Red+Green+Blue) = 198+19+149=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C61395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61395 is #39EC6A. Grayscale: #575757. Windows color (decimal): -3796075 or 9769926. OLE color: 9769926.
HSL color Cylindrical-coordinate representation of color #C61395: hue angle of 316.42º 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 #C61395 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 149 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.22 |
| HSL | 316.42º | 0.82% | 0.43% | - |
| HSV(B) | 316.42º | 0.9% | 0.78% | - |
| XYZ | 28.95 | 14.64 | 29.73 | - |
| YUV | 87.34 | 162.8 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 149 | 0 | 0.90 | 0.25 | 0.22 | 316.42 | 0.82 | 0.43 |
| Hex | C6 | 13 | 95 | 0 | 5A | 19 | 16 | 13C | 52 | 2B |
| Octal | 306 | 23 | 225 | 0 | 132 | 31 | 26 | 474 | 122 | 53 |
| Binary | 11000110 | 10011 | 10010101 | 0 | 1011010 | 11001 | 10110 | 100111100 | 1010010 | 101011 |
Color Harmonies of #C61395
Complementary color
Monochromatic Colors of #C61395
Black with #C61395
Text Example
Text Example
White with #C61395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61395; }
p { color: rgb(198,19,149); }
H1.HeaderClassName
{
color: #C61395;
}
.AnyTagClassName
{
color: #C61395;
}
</style>
background-color css
<style>
a { background-color: #C61395; }
a { background-color: rgb(198,19,149); }
div.DivClassName
{
background-color: #C61395;
}
.BgClassName
{
background-color: #C61395;
}
</style>
border-color css
<style>
span { border-color: #C61395; }
span { border-color: rgb(198,19,149); }
td.TdClassName
{
border-color: #C61395;
}
.TagClassName
{
border-color: #C61395;
}
</style>