Shades of Medium Violet Red #C82378
Tints of Medium Violet Red #C82378
RGB
CMYK
RGB Variations
Color information
#C82378 (or 0xC82378) is known color: Medium Violet Red. HEX triplet: C8, 23 and 78. RGB value is (200,35,120). Sum of RGB (Red+Green+Blue) = 200+35+120=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C82378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82378 is #37DC87. Grayscale: #5D5D5D. Windows color (decimal): -3660936 or 7873480. OLE color: 7873480.
HSL color Cylindrical-coordinate representation of color #C82378: hue angle of 329.09º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82378 is Cyan = 0, Magento = 0.82, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 120 | - |
| CMYK | 0 | 0.82 | 0.4 | 0.22 |
| HSL | 329.09º | 0.7% | 0.46% | - |
| HSV(B) | 329.09º | 0.83% | 0.78% | - |
| XYZ | 27.81 | 14.84 | 19.17 | - |
| YUV | 94.03 | 142.66 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 120 | 0 | 0.82 | 0.4 | 0.22 | 329.09 | 0.7 | 0.46 |
| Hex | C8 | 23 | 78 | 0 | 52 | 28 | 16 | 149 | 46 | 2E |
| Octal | 310 | 43 | 170 | 0 | 122 | 50 | 26 | 511 | 106 | 56 |
| Binary | 11001000 | 100011 | 1111000 | 0 | 1010010 | 101000 | 10110 | 101001001 | 1000110 | 101110 |
Color Harmonies of #C82378
Complementary color
Monochromatic Colors of #C82378
Black with #C82378
Text Example
Text Example
White with #C82378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82378; }
p { color: rgb(200,35,120); }
H1.HeaderClassName
{
color: #C82378;
}
.AnyTagClassName
{
color: #C82378;
}
</style>
background-color css
<style>
a { background-color: #C82378; }
a { background-color: rgb(200,35,120); }
div.DivClassName
{
background-color: #C82378;
}
.BgClassName
{
background-color: #C82378;
}
</style>
border-color css
<style>
span { border-color: #C82378; }
span { border-color: rgb(200,35,120); }
td.TdClassName
{
border-color: #C82378;
}
.TagClassName
{
border-color: #C82378;
}
</style>