Shades of Medium Red Violet #C82772
Tints of Medium Red Violet #C82772
RGB
CMYK
RGB Variations
Color information
#C82772 (or 0xC82772) is known color: Medium Red Violet. HEX triplet: C8, 27 and 72. RGB value is (200,39,114). Sum of RGB (Red+Green+Blue) = 200+39+114=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C82772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82772 is #37D88D. Grayscale: #5F5F5F. Windows color (decimal): -3659918 or 7481288. OLE color: 7481288.
HSL color Cylindrical-coordinate representation of color #C82772: hue angle of 332.05º 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 #C82772 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 114 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.22 |
| HSL | 332.05º | 0.67% | 0.47% | - |
| HSV(B) | 332.05º | 0.81% | 0.78% | - |
| XYZ | 27.58 | 14.95 | 17.35 | - |
| YUV | 95.69 | 138.34 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 114 | 0 | 0.80 | 0.43 | 0.22 | 332.05 | 0.67 | 0.47 |
| Hex | C8 | 27 | 72 | 0 | 50 | 2B | 16 | 14C | 43 | 2F |
| Octal | 310 | 47 | 162 | 0 | 120 | 53 | 26 | 514 | 103 | 57 |
| Binary | 11001000 | 100111 | 1110010 | 0 | 1010000 | 101011 | 10110 | 101001100 | 1000011 | 101111 |
Color Harmonies of #C82772
Complementary color
Monochromatic Colors of #C82772
Black with #C82772
Text Example
Text Example
White with #C82772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82772; }
p { color: rgb(200,39,114); }
H1.HeaderClassName
{
color: #C82772;
}
.AnyTagClassName
{
color: #C82772;
}
</style>
background-color css
<style>
a { background-color: #C82772; }
a { background-color: rgb(200,39,114); }
div.DivClassName
{
background-color: #C82772;
}
.BgClassName
{
background-color: #C82772;
}
</style>
border-color css
<style>
span { border-color: #C82772; }
span { border-color: rgb(200,39,114); }
td.TdClassName
{
border-color: #C82772;
}
.TagClassName
{
border-color: #C82772;
}
</style>