Shades of Medium Violet Red #C62595
Tints of Medium Violet Red #C62595
RGB
CMYK
RGB Variations
Color information
#C62595 (or 0xC62595) is known color: Medium Violet Red. HEX triplet: C6, 25 and 95. RGB value is (198,37,149). Sum of RGB (Red+Green+Blue) = 198+37+149=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C62595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62595 is #39DA6A. Grayscale: #616161. Windows color (decimal): -3791467 or 9774534. OLE color: 9774534.
HSL color Cylindrical-coordinate representation of color #C62595: hue angle of 318.26º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62595 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 149 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.22 |
| HSL | 318.26º | 0.69% | 0.46% | - |
| HSV(B) | 318.26º | 0.81% | 0.78% | - |
| XYZ | 29.38 | 15.5 | 29.88 | - |
| YUV | 97.91 | 156.84 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 149 | 0 | 0.81 | 0.25 | 0.22 | 318.26 | 0.69 | 0.46 |
| Hex | C6 | 25 | 95 | 0 | 51 | 19 | 16 | 13E | 45 | 2E |
| Octal | 306 | 45 | 225 | 0 | 121 | 31 | 26 | 476 | 105 | 56 |
| Binary | 11000110 | 100101 | 10010101 | 0 | 1010001 | 11001 | 10110 | 100111110 | 1000101 | 101110 |
Color Harmonies of #C62595
Complementary color
Monochromatic Colors of #C62595
Black with #C62595
Text Example
Text Example
White with #C62595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62595; }
p { color: rgb(198,37,149); }
H1.HeaderClassName
{
color: #C62595;
}
.AnyTagClassName
{
color: #C62595;
}
</style>
background-color css
<style>
a { background-color: #C62595; }
a { background-color: rgb(198,37,149); }
div.DivClassName
{
background-color: #C62595;
}
.BgClassName
{
background-color: #C62595;
}
</style>
border-color css
<style>
span { border-color: #C62595; }
span { border-color: rgb(198,37,149); }
td.TdClassName
{
border-color: #C62595;
}
.TagClassName
{
border-color: #C62595;
}
</style>