Shades of Medium Red Violet #C83695
Tints of Medium Red Violet #C83695
RGB
CMYK
RGB Variations
Color information
#C83695 (or 0xC83695) is known color: Medium Red Violet. HEX triplet: C8, 36 and 95. RGB value is (200,54,149). Sum of RGB (Red+Green+Blue) = 200+54+149=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C83695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83695 is #37C96A. Grayscale: #6C6C6C. Windows color (decimal): -3656043 or 9778888. OLE color: 9778888.
HSL color Cylindrical-coordinate representation of color #C83695: hue angle of 320.96º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83695 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 149 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.22 |
| HSL | 320.96º | 0.57% | 0.5% | - |
| HSV(B) | 320.96º | 0.73% | 0.78% | - |
| XYZ | 30.56 | 17.09 | 30.12 | - |
| YUV | 108.48 | 150.87 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 149 | 0 | 0.73 | 0.26 | 0.22 | 320.96 | 0.57 | 0.5 |
| Hex | C8 | 36 | 95 | 0 | 49 | 1A | 16 | 141 | 39 | 32 |
| Octal | 310 | 66 | 225 | 0 | 111 | 32 | 26 | 501 | 71 | 62 |
| Binary | 11001000 | 110110 | 10010101 | 0 | 1001001 | 11010 | 10110 | 101000001 | 111001 | 110010 |
Color Harmonies of #C83695
Complementary color
Monochromatic Colors of #C83695
Black with #C83695
Text Example
Text Example
White with #C83695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83695; }
p { color: rgb(200,54,149); }
H1.HeaderClassName
{
color: #C83695;
}
.AnyTagClassName
{
color: #C83695;
}
</style>
background-color css
<style>
a { background-color: #C83695; }
a { background-color: rgb(200,54,149); }
div.DivClassName
{
background-color: #C83695;
}
.BgClassName
{
background-color: #C83695;
}
</style>
border-color css
<style>
span { border-color: #C83695; }
span { border-color: rgb(200,54,149); }
td.TdClassName
{
border-color: #C83695;
}
.TagClassName
{
border-color: #C83695;
}
</style>