Shades of Medium Red Violet #C82B9A
Tints of Medium Red Violet #C82B9A
RGB
CMYK
RGB Variations
Color information
#C82B9A (or 0xC82B9A) is known color: Medium Red Violet. HEX triplet: C8, 2B and 9A. RGB value is (200,43,154). Sum of RGB (Red+Green+Blue) = 200+43+154=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82B9A is #37D465. Grayscale: #666666. Windows color (decimal): -3658854 or 10103752. OLE color: 10103752.
HSL color Cylindrical-coordinate representation of color #C82B9A: hue angle of 317.58º 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 #C82B9A is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 43 | 154 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.22 |
| HSL | 317.58º | 0.65% | 0.48% | - |
| HSV(B) | 317.58º | 0.79% | 0.78% | - |
| XYZ | 30.52 | 16.34 | 32.12 | - |
| YUV | 102.6 | 157.01 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 154 | 0 | 0.78 | 0.23 | 0.22 | 317.58 | 0.65 | 0.48 |
| Hex | C8 | 2B | 9A | 0 | 4E | 17 | 16 | 13E | 41 | 30 |
| Octal | 310 | 53 | 232 | 0 | 116 | 27 | 26 | 476 | 101 | 60 |
| Binary | 11001000 | 101011 | 10011010 | 0 | 1001110 | 10111 | 10110 | 100111110 | 1000001 | 110000 |
Color Harmonies of #C82B9A
Complementary color
Monochromatic Colors of #C82B9A
Black with #C82B9A
Text Example
Text Example
White with #C82B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82B9A; }
p { color: rgb(200,43,154); }
H1.HeaderClassName
{
color: #C82B9A;
}
.AnyTagClassName
{
color: #C82B9A;
}
</style>
background-color css
<style>
a { background-color: #C82B9A; }
a { background-color: rgb(200,43,154); }
div.DivClassName
{
background-color: #C82B9A;
}
.BgClassName
{
background-color: #C82B9A;
}
</style>
border-color css
<style>
span { border-color: #C82B9A; }
span { border-color: rgb(200,43,154); }
td.TdClassName
{
border-color: #C82B9A;
}
.TagClassName
{
border-color: #C82B9A;
}
</style>