Shades of Medium Red Violet #C82899
Tints of Medium Red Violet #C82899
RGB
CMYK
RGB Variations
Color information
#C82899 (or 0xC82899) is known color: Medium Red Violet. HEX triplet: C8, 28 and 99. RGB value is (200,40,153). Sum of RGB (Red+Green+Blue) = 200+40+153=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C82899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82899 is #37D766. Grayscale: #646464. Windows color (decimal): -3659623 or 10037448. OLE color: 10037448.
HSL color Cylindrical-coordinate representation of color #C82899: hue angle of 317.62º degrees, saturation: 0.67, 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 #C82899 is Cyan = 0, Magento = 0.8, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 153 | - |
| CMYK | 0 | 0.8 | 0.24 | 0.22 |
| HSL | 317.63º | 0.67% | 0.47% | - |
| HSV(B) | 317.63º | 0.8% | 0.78% | - |
| XYZ | 30.33 | 16.1 | 31.65 | - |
| YUV | 100.72 | 157.51 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 153 | 0 | 0.8 | 0.24 | 0.22 | 317.63 | 0.67 | 0.47 |
| Hex | C8 | 28 | 99 | 0 | 50 | 18 | 16 | 13E | 43 | 2F |
| Octal | 310 | 50 | 231 | 0 | 120 | 30 | 26 | 476 | 103 | 57 |
| Binary | 11001000 | 101000 | 10011001 | 0 | 1010000 | 11000 | 10110 | 100111110 | 1000011 | 101111 |
Color Harmonies of #C82899
Complementary color
Monochromatic Colors of #C82899
Black with #C82899
Text Example
Text Example
White with #C82899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82899; }
p { color: rgb(200,40,153); }
H1.HeaderClassName
{
color: #C82899;
}
.AnyTagClassName
{
color: #C82899;
}
</style>
background-color css
<style>
a { background-color: #C82899; }
a { background-color: rgb(200,40,153); }
div.DivClassName
{
background-color: #C82899;
}
.BgClassName
{
background-color: #C82899;
}
</style>
border-color css
<style>
span { border-color: #C82899; }
span { border-color: rgb(200,40,153); }
td.TdClassName
{
border-color: #C82899;
}
.TagClassName
{
border-color: #C82899;
}
</style>