Shades of Medium Red Violet #C83096
Tints of Medium Red Violet #C83096
RGB
CMYK
RGB Variations
Color information
#C83096 (or 0xC83096) is known color: Medium Red Violet. HEX triplet: C8, 30 and 96. RGB value is (200,48,150). Sum of RGB (Red+Green+Blue) = 200+48+150=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C83096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83096 is #37CF69. Grayscale: #686868. Windows color (decimal): -3657578 or 9842888. OLE color: 9842888.
HSL color Cylindrical-coordinate representation of color #C83096: hue angle of 319.74º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C83096 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 150 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.22 |
| HSL | 319.74º | 0.61% | 0.49% | - |
| HSV(B) | 319.74º | 0.76% | 0.78% | - |
| XYZ | 30.38 | 16.6 | 30.46 | - |
| YUV | 105.08 | 153.36 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 150 | 0 | 0.76 | 0.25 | 0.22 | 319.74 | 0.61 | 0.49 |
| Hex | C8 | 30 | 96 | 0 | 4C | 19 | 16 | 140 | 3D | 31 |
| Octal | 310 | 60 | 226 | 0 | 114 | 31 | 26 | 500 | 75 | 61 |
| Binary | 11001000 | 110000 | 10010110 | 0 | 1001100 | 11001 | 10110 | 101000000 | 111101 | 110001 |
Color Harmonies of #C83096
Complementary color
Monochromatic Colors of #C83096
Black with #C83096
Text Example
Text Example
White with #C83096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83096; }
p { color: rgb(200,48,150); }
H1.HeaderClassName
{
color: #C83096;
}
.AnyTagClassName
{
color: #C83096;
}
</style>
background-color css
<style>
a { background-color: #C83096; }
a { background-color: rgb(200,48,150); }
div.DivClassName
{
background-color: #C83096;
}
.BgClassName
{
background-color: #C83096;
}
</style>
border-color css
<style>
span { border-color: #C83096; }
span { border-color: rgb(200,48,150); }
td.TdClassName
{
border-color: #C83096;
}
.TagClassName
{
border-color: #C83096;
}
</style>