Shades of Medium Red Violet #C83896
Tints of Medium Red Violet #C83896
RGB
CMYK
RGB Variations
Color information
#C83896 (or 0xC83896) is known color: Medium Red Violet. HEX triplet: C8, 38 and 96. RGB value is (200,56,150). Sum of RGB (Red+Green+Blue) = 200+56+150=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C83896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83896 is #37C769. Grayscale: #6D6D6D. Windows color (decimal): -3655530 or 9844936. OLE color: 9844936.
HSL color Cylindrical-coordinate representation of color #C83896: hue angle of 320.83º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83896 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 150 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.22 |
| HSL | 320.83º | 0.57% | 0.5% | - |
| HSV(B) | 320.83º | 0.72% | 0.78% | - |
| XYZ | 30.74 | 17.31 | 30.58 | - |
| YUV | 109.77 | 150.71 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 150 | 0 | 0.72 | 0.25 | 0.22 | 320.83 | 0.57 | 0.5 |
| Hex | C8 | 38 | 96 | 0 | 48 | 19 | 16 | 141 | 39 | 32 |
| Octal | 310 | 70 | 226 | 0 | 110 | 31 | 26 | 501 | 71 | 62 |
| Binary | 11001000 | 111000 | 10010110 | 0 | 1001000 | 11001 | 10110 | 101000001 | 111001 | 110010 |
Color Harmonies of #C83896
Complementary color
Monochromatic Colors of #C83896
Black with #C83896
Text Example
Text Example
White with #C83896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83896; }
p { color: rgb(200,56,150); }
H1.HeaderClassName
{
color: #C83896;
}
.AnyTagClassName
{
color: #C83896;
}
</style>
background-color css
<style>
a { background-color: #C83896; }
a { background-color: rgb(200,56,150); }
div.DivClassName
{
background-color: #C83896;
}
.BgClassName
{
background-color: #C83896;
}
</style>
border-color css
<style>
span { border-color: #C83896; }
span { border-color: rgb(200,56,150); }
td.TdClassName
{
border-color: #C83896;
}
.TagClassName
{
border-color: #C83896;
}
</style>