Shades of Medium Red Violet #C83095
Tints of Medium Red Violet #C83095
RGB
CMYK
RGB Variations
Color information
#C83095 (or 0xC83095) is known color: Medium Red Violet. HEX triplet: C8, 30 and 95. RGB value is (200,48,149). Sum of RGB (Red+Green+Blue) = 200+48+149=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C83095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83095 is #37CF6A. Grayscale: #686868. Windows color (decimal): -3657579 or 9777352. OLE color: 9777352.
HSL color Cylindrical-coordinate representation of color #C83095: hue angle of 320.13º 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 #C83095 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 149 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.22 |
| HSL | 320.13º | 0.61% | 0.49% | - |
| HSV(B) | 320.13º | 0.76% | 0.78% | - |
| XYZ | 30.3 | 16.56 | 30.03 | - |
| YUV | 104.96 | 152.86 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 149 | 0 | 0.76 | 0.26 | 0.22 | 320.13 | 0.61 | 0.49 |
| Hex | C8 | 30 | 95 | 0 | 4C | 1A | 16 | 140 | 3D | 31 |
| Octal | 310 | 60 | 225 | 0 | 114 | 32 | 26 | 500 | 75 | 61 |
| Binary | 11001000 | 110000 | 10010101 | 0 | 1001100 | 11010 | 10110 | 101000000 | 111101 | 110001 |
Color Harmonies of #C83095
Complementary color
Monochromatic Colors of #C83095
Black with #C83095
Text Example
Text Example
White with #C83095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83095; }
p { color: rgb(200,48,149); }
H1.HeaderClassName
{
color: #C83095;
}
.AnyTagClassName
{
color: #C83095;
}
</style>
background-color css
<style>
a { background-color: #C83095; }
a { background-color: rgb(200,48,149); }
div.DivClassName
{
background-color: #C83095;
}
.BgClassName
{
background-color: #C83095;
}
</style>
border-color css
<style>
span { border-color: #C83095; }
span { border-color: rgb(200,48,149); }
td.TdClassName
{
border-color: #C83095;
}
.TagClassName
{
border-color: #C83095;
}
</style>