Shades of Medium Red Violet #C82996
Tints of Medium Red Violet #C82996
RGB
CMYK
RGB Variations
Color information
#C82996 (or 0xC82996) is known color: Medium Red Violet. HEX triplet: C8, 29 and 96. RGB value is (200,41,150). Sum of RGB (Red+Green+Blue) = 200+41+150=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C82996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82996 is #37D669. Grayscale: #646464. Windows color (decimal): -3659370 or 9841096. OLE color: 9841096.
HSL color Cylindrical-coordinate representation of color #C82996: hue angle of 318.87º 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 #C82996 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 150 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.22 |
| HSL | 318.87º | 0.66% | 0.47% | - |
| HSV(B) | 318.87º | 0.8% | 0.78% | - |
| XYZ | 30.12 | 16.07 | 30.37 | - |
| YUV | 100.97 | 155.68 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 150 | 0 | 0.80 | 0.25 | 0.22 | 318.87 | 0.66 | 0.47 |
| Hex | C8 | 29 | 96 | 0 | 50 | 19 | 16 | 13F | 42 | 2F |
| Octal | 310 | 51 | 226 | 0 | 120 | 31 | 26 | 477 | 102 | 57 |
| Binary | 11001000 | 101001 | 10010110 | 0 | 1010000 | 11001 | 10110 | 100111111 | 1000010 | 101111 |
Color Harmonies of #C82996
Complementary color
Monochromatic Colors of #C82996
Black with #C82996
Text Example
Text Example
White with #C82996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82996; }
p { color: rgb(200,41,150); }
H1.HeaderClassName
{
color: #C82996;
}
.AnyTagClassName
{
color: #C82996;
}
</style>
background-color css
<style>
a { background-color: #C82996; }
a { background-color: rgb(200,41,150); }
div.DivClassName
{
background-color: #C82996;
}
.BgClassName
{
background-color: #C82996;
}
</style>
border-color css
<style>
span { border-color: #C82996; }
span { border-color: rgb(200,41,150); }
td.TdClassName
{
border-color: #C82996;
}
.TagClassName
{
border-color: #C82996;
}
</style>