Shades of Medium Violet Red #C82798
Tints of Medium Violet Red #C82798
RGB
CMYK
RGB Variations
Color information
#C82798 (or 0xC82798) is known color: Medium Violet Red. HEX triplet: C8, 27 and 98. RGB value is (200,39,152). Sum of RGB (Red+Green+Blue) = 200+39+152=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C82798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82798 is #37D867. Grayscale: #636363. Windows color (decimal): -3659880 or 9971656. OLE color: 9971656.
HSL color Cylindrical-coordinate representation of color #C82798: hue angle of 317.89º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82798 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 152 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.22 |
| HSL | 317.89º | 0.67% | 0.47% | - |
| HSV(B) | 317.89º | 0.81% | 0.78% | - |
| XYZ | 30.21 | 16 | 31.2 | - |
| YUV | 100.02 | 157.34 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 152 | 0 | 0.80 | 0.24 | 0.22 | 317.89 | 0.67 | 0.47 |
| Hex | C8 | 27 | 98 | 0 | 50 | 18 | 16 | 13E | 43 | 2F |
| Octal | 310 | 47 | 230 | 0 | 120 | 30 | 26 | 476 | 103 | 57 |
| Binary | 11001000 | 100111 | 10011000 | 0 | 1010000 | 11000 | 10110 | 100111110 | 1000011 | 101111 |
Color Harmonies of #C82798
Complementary color
Monochromatic Colors of #C82798
Black with #C82798
Text Example
Text Example
White with #C82798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82798; }
p { color: rgb(200,39,152); }
H1.HeaderClassName
{
color: #C82798;
}
.AnyTagClassName
{
color: #C82798;
}
</style>
background-color css
<style>
a { background-color: #C82798; }
a { background-color: rgb(200,39,152); }
div.DivClassName
{
background-color: #C82798;
}
.BgClassName
{
background-color: #C82798;
}
</style>
border-color css
<style>
span { border-color: #C82798; }
span { border-color: rgb(200,39,152); }
td.TdClassName
{
border-color: #C82798;
}
.TagClassName
{
border-color: #C82798;
}
</style>