Shades of Medium Violet Red #C82278
Tints of Medium Violet Red #C82278
RGB
CMYK
RGB Variations
Color information
#C82278 (or 0xC82278) is known color: Medium Violet Red. HEX triplet: C8, 22 and 78. RGB value is (200,34,120). Sum of RGB (Red+Green+Blue) = 200+34+120=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C82278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82278 is #37DD87. Grayscale: #5D5D5D. Windows color (decimal): -3661192 or 7873224. OLE color: 7873224.
HSL color Cylindrical-coordinate representation of color #C82278: hue angle of 328.92º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82278 is Cyan = 0, Magento = 0.83, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 120 | - |
| CMYK | 0 | 0.83 | 0.4 | 0.22 |
| HSL | 328.92º | 0.71% | 0.46% | - |
| HSV(B) | 328.92º | 0.83% | 0.78% | - |
| XYZ | 27.78 | 14.78 | 19.16 | - |
| YUV | 93.44 | 143 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 120 | 0 | 0.83 | 0.4 | 0.22 | 328.92 | 0.71 | 0.46 |
| Hex | C8 | 22 | 78 | 0 | 53 | 28 | 16 | 149 | 47 | 2E |
| Octal | 310 | 42 | 170 | 0 | 123 | 50 | 26 | 511 | 107 | 56 |
| Binary | 11001000 | 100010 | 1111000 | 0 | 1010011 | 101000 | 10110 | 101001001 | 1000111 | 101110 |
Color Harmonies of #C82278
Complementary color
Monochromatic Colors of #C82278
Black with #C82278
Text Example
Text Example
White with #C82278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82278; }
p { color: rgb(200,34,120); }
H1.HeaderClassName
{
color: #C82278;
}
.AnyTagClassName
{
color: #C82278;
}
</style>
background-color css
<style>
a { background-color: #C82278; }
a { background-color: rgb(200,34,120); }
div.DivClassName
{
background-color: #C82278;
}
.BgClassName
{
background-color: #C82278;
}
</style>
border-color css
<style>
span { border-color: #C82278; }
span { border-color: rgb(200,34,120); }
td.TdClassName
{
border-color: #C82278;
}
.TagClassName
{
border-color: #C82278;
}
</style>