Shades of Medium Red Violet #C82786
Tints of Medium Red Violet #C82786
RGB
CMYK
RGB Variations
Color information
#C82786 (or 0xC82786) is known color: Medium Red Violet. HEX triplet: C8, 27 and 86. RGB value is (200,39,134). Sum of RGB (Red+Green+Blue) = 200+39+134=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C82786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82786 is #37D879. Grayscale: #616161. Windows color (decimal): -3659898 or 8792008. OLE color: 8792008.
HSL color Cylindrical-coordinate representation of color #C82786: hue angle of 324.6º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82786 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 134 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.22 |
| HSL | 324.6º | 0.67% | 0.47% | - |
| HSV(B) | 324.6º | 0.81% | 0.78% | - |
| XYZ | 28.85 | 15.45 | 24.02 | - |
| YUV | 97.97 | 148.34 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 134 | 0 | 0.80 | 0.33 | 0.22 | 324.6 | 0.67 | 0.47 |
| Hex | C8 | 27 | 86 | 0 | 50 | 21 | 16 | 145 | 43 | 2F |
| Octal | 310 | 47 | 206 | 0 | 120 | 41 | 26 | 505 | 103 | 57 |
| Binary | 11001000 | 100111 | 10000110 | 0 | 1010000 | 100001 | 10110 | 101000101 | 1000011 | 101111 |
Color Harmonies of #C82786
Complementary color
Monochromatic Colors of #C82786
Black with #C82786
Text Example
Text Example
White with #C82786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82786; }
p { color: rgb(200,39,134); }
H1.HeaderClassName
{
color: #C82786;
}
.AnyTagClassName
{
color: #C82786;
}
</style>
background-color css
<style>
a { background-color: #C82786; }
a { background-color: rgb(200,39,134); }
div.DivClassName
{
background-color: #C82786;
}
.BgClassName
{
background-color: #C82786;
}
</style>
border-color css
<style>
span { border-color: #C82786; }
span { border-color: rgb(200,39,134); }
td.TdClassName
{
border-color: #C82786;
}
.TagClassName
{
border-color: #C82786;
}
</style>