Shades of Medium Red Violet #C83595
Tints of Medium Red Violet #C83595
RGB
CMYK
RGB Variations
Color information
#C83595 (or 0xC83595) is known color: Medium Red Violet. HEX triplet: C8, 35 and 95. RGB value is (200,53,149). Sum of RGB (Red+Green+Blue) = 200+53+149=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C83595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83595 is #37CA6A. Grayscale: #6B6B6B. Windows color (decimal): -3656299 or 9778632. OLE color: 9778632.
HSL color Cylindrical-coordinate representation of color #C83595: hue angle of 320.82º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83595 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 149 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.22 |
| HSL | 320.82º | 0.58% | 0.5% | - |
| HSV(B) | 320.82º | 0.74% | 0.78% | - |
| XYZ | 30.52 | 17 | 30.11 | - |
| YUV | 107.9 | 151.2 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 149 | 0 | 0.74 | 0.26 | 0.22 | 320.82 | 0.58 | 0.5 |
| Hex | C8 | 35 | 95 | 0 | 4A | 1A | 16 | 141 | 3A | 32 |
| Octal | 310 | 65 | 225 | 0 | 112 | 32 | 26 | 501 | 72 | 62 |
| Binary | 11001000 | 110101 | 10010101 | 0 | 1001010 | 11010 | 10110 | 101000001 | 111010 | 110010 |
Color Harmonies of #C83595
Complementary color
Monochromatic Colors of #C83595
Black with #C83595
Text Example
Text Example
White with #C83595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83595; }
p { color: rgb(200,53,149); }
H1.HeaderClassName
{
color: #C83595;
}
.AnyTagClassName
{
color: #C83595;
}
</style>
background-color css
<style>
a { background-color: #C83595; }
a { background-color: rgb(200,53,149); }
div.DivClassName
{
background-color: #C83595;
}
.BgClassName
{
background-color: #C83595;
}
</style>
border-color css
<style>
span { border-color: #C83595; }
span { border-color: rgb(200,53,149); }
td.TdClassName
{
border-color: #C83595;
}
.TagClassName
{
border-color: #C83595;
}
</style>