Shades of Medium Red Violet #C82781
Tints of Medium Red Violet #C82781
RGB
CMYK
RGB Variations
Color information
#C82781 (or 0xC82781) is known color: Medium Red Violet. HEX triplet: C8, 27 and 81. RGB value is (200,39,129). Sum of RGB (Red+Green+Blue) = 200+39+129=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C82781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82781 is #37D87E. Grayscale: #616161. Windows color (decimal): -3659903 or 8464328. OLE color: 8464328.
HSL color Cylindrical-coordinate representation of color #C82781: hue angle of 326.46º 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 #C82781 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 129 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.22 |
| HSL | 326.46º | 0.67% | 0.47% | - |
| HSV(B) | 326.46º | 0.81% | 0.78% | - |
| XYZ | 28.51 | 15.32 | 22.22 | - |
| YUV | 97.4 | 145.84 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 129 | 0 | 0.80 | 0.36 | 0.22 | 326.46 | 0.67 | 0.47 |
| Hex | C8 | 27 | 81 | 0 | 50 | 24 | 16 | 146 | 43 | 2F |
| Octal | 310 | 47 | 201 | 0 | 120 | 44 | 26 | 506 | 103 | 57 |
| Binary | 11001000 | 100111 | 10000001 | 0 | 1010000 | 100100 | 10110 | 101000110 | 1000011 | 101111 |
Color Harmonies of #C82781
Complementary color
Monochromatic Colors of #C82781
Black with #C82781
Text Example
Text Example
White with #C82781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82781; }
p { color: rgb(200,39,129); }
H1.HeaderClassName
{
color: #C82781;
}
.AnyTagClassName
{
color: #C82781;
}
</style>
background-color css
<style>
a { background-color: #C82781; }
a { background-color: rgb(200,39,129); }
div.DivClassName
{
background-color: #C82781;
}
.BgClassName
{
background-color: #C82781;
}
</style>
border-color css
<style>
span { border-color: #C82781; }
span { border-color: rgb(200,39,129); }
td.TdClassName
{
border-color: #C82781;
}
.TagClassName
{
border-color: #C82781;
}
</style>