Shades of Medium Red Violet #C82998
Tints of Medium Red Violet #C82998
RGB
CMYK
RGB Variations
Color information
#C82998 (or 0xC82998) is known color: Medium Red Violet. HEX triplet: C8, 29 and 98. RGB value is (200,41,152). Sum of RGB (Red+Green+Blue) = 200+41+152=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C82998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82998 is #37D667. Grayscale: #646464. Windows color (decimal): -3659368 or 9972168. OLE color: 9972168.
HSL color Cylindrical-coordinate representation of color #C82998: hue angle of 318.11º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82998 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 152 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.22 |
| HSL | 318.11º | 0.66% | 0.47% | - |
| HSV(B) | 318.11º | 0.8% | 0.78% | - |
| XYZ | 30.28 | 16.13 | 31.22 | - |
| YUV | 101.2 | 156.68 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 152 | 0 | 0.80 | 0.24 | 0.22 | 318.11 | 0.66 | 0.47 |
| Hex | C8 | 29 | 98 | 0 | 50 | 18 | 16 | 13E | 42 | 2F |
| Octal | 310 | 51 | 230 | 0 | 120 | 30 | 26 | 476 | 102 | 57 |
| Binary | 11001000 | 101001 | 10011000 | 0 | 1010000 | 11000 | 10110 | 100111110 | 1000010 | 101111 |
Color Harmonies of #C82998
Complementary color
Monochromatic Colors of #C82998
Black with #C82998
Text Example
Text Example
White with #C82998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82998; }
p { color: rgb(200,41,152); }
H1.HeaderClassName
{
color: #C82998;
}
.AnyTagClassName
{
color: #C82998;
}
</style>
background-color css
<style>
a { background-color: #C82998; }
a { background-color: rgb(200,41,152); }
div.DivClassName
{
background-color: #C82998;
}
.BgClassName
{
background-color: #C82998;
}
</style>
border-color css
<style>
span { border-color: #C82998; }
span { border-color: rgb(200,41,152); }
td.TdClassName
{
border-color: #C82998;
}
.TagClassName
{
border-color: #C82998;
}
</style>