Shades of Medium Red Violet #C83878
Tints of Medium Red Violet #C83878
RGB
CMYK
RGB Variations
Color information
#C83878 (or 0xC83878) is known color: Medium Red Violet. HEX triplet: C8, 38 and 78. RGB value is (200,56,120). Sum of RGB (Red+Green+Blue) = 200+56+120=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C83878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83878 is #37C787. Grayscale: #6A6A6A. Windows color (decimal): -3655560 or 7878856. OLE color: 7878856.
HSL color Cylindrical-coordinate representation of color #C83878: hue angle of 333.33º 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 #C83878 is Cyan = 0, Magento = 0.72, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 120 | - |
| CMYK | 0 | 0.72 | 0.4 | 0.22 |
| HSL | 333.33º | 0.57% | 0.5% | - |
| HSV(B) | 333.33º | 0.72% | 0.78% | - |
| XYZ | 28.62 | 16.46 | 19.44 | - |
| YUV | 106.35 | 135.71 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 120 | 0 | 0.72 | 0.4 | 0.22 | 333.33 | 0.57 | 0.5 |
| Hex | C8 | 38 | 78 | 0 | 48 | 28 | 16 | 14D | 39 | 32 |
| Octal | 310 | 70 | 170 | 0 | 110 | 50 | 26 | 515 | 71 | 62 |
| Binary | 11001000 | 111000 | 1111000 | 0 | 1001000 | 101000 | 10110 | 101001101 | 111001 | 110010 |
Color Harmonies of #C83878
Complementary color
Monochromatic Colors of #C83878
Black with #C83878
Text Example
Text Example
White with #C83878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83878; }
p { color: rgb(200,56,120); }
H1.HeaderClassName
{
color: #C83878;
}
.AnyTagClassName
{
color: #C83878;
}
</style>
background-color css
<style>
a { background-color: #C83878; }
a { background-color: rgb(200,56,120); }
div.DivClassName
{
background-color: #C83878;
}
.BgClassName
{
background-color: #C83878;
}
</style>
border-color css
<style>
span { border-color: #C83878; }
span { border-color: rgb(200,56,120); }
td.TdClassName
{
border-color: #C83878;
}
.TagClassName
{
border-color: #C83878;
}
</style>