Shades of Medium Red Violet #C82B84
Tints of Medium Red Violet #C82B84
RGB
CMYK
RGB Variations
Color information
#C82B84 (or 0xC82B84) is known color: Medium Red Violet. HEX triplet: C8, 2B and 84. RGB value is (200,43,132). Sum of RGB (Red+Green+Blue) = 200+43+132=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82B84 is #37D47B. Grayscale: #636363. Windows color (decimal): -3658876 or 8661960. OLE color: 8661960.
HSL color Cylindrical-coordinate representation of color #C82B84: hue angle of 325.99º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82B84 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 43 | 132 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.22 |
| HSL | 325.99º | 0.65% | 0.48% | - |
| HSV(B) | 325.99º | 0.79% | 0.78% | - |
| XYZ | 28.85 | 15.67 | 23.33 | - |
| YUV | 100.09 | 146.01 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 132 | 0 | 0.78 | 0.34 | 0.22 | 325.99 | 0.65 | 0.48 |
| Hex | C8 | 2B | 84 | 0 | 4E | 22 | 16 | 146 | 41 | 30 |
| Octal | 310 | 53 | 204 | 0 | 116 | 42 | 26 | 506 | 101 | 60 |
| Binary | 11001000 | 101011 | 10000100 | 0 | 1001110 | 100010 | 10110 | 101000110 | 1000001 | 110000 |
Color Harmonies of #C82B84
Complementary color
Monochromatic Colors of #C82B84
Black with #C82B84
Text Example
Text Example
White with #C82B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82B84; }
p { color: rgb(200,43,132); }
H1.HeaderClassName
{
color: #C82B84;
}
.AnyTagClassName
{
color: #C82B84;
}
</style>
background-color css
<style>
a { background-color: #C82B84; }
a { background-color: rgb(200,43,132); }
div.DivClassName
{
background-color: #C82B84;
}
.BgClassName
{
background-color: #C82B84;
}
</style>
border-color css
<style>
span { border-color: #C82B84; }
span { border-color: rgb(200,43,132); }
td.TdClassName
{
border-color: #C82B84;
}
.TagClassName
{
border-color: #C82B84;
}
</style>