Shades of Medium Red Violet #C82C7A
Tints of Medium Red Violet #C82C7A
RGB
CMYK
RGB Variations
Color information
#C82C7A (or 0xC82C7A) is known color: Medium Red Violet. HEX triplet: C8, 2C and 7A. RGB value is (200,44,122). Sum of RGB (Red+Green+Blue) = 200+44+122=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82C7A is #37D385. Grayscale: #636363. Windows color (decimal): -3658630 or 8006856. OLE color: 8006856.
HSL color Cylindrical-coordinate representation of color #C82C7A: hue angle of 330º degrees, saturation: 0.64, 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 #C82C7A is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 44 | 122 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.22 |
| HSL | 330º | 0.64% | 0.48% | - |
| HSV(B) | 330º | 0.78% | 0.78% | - |
| XYZ | 28.23 | 15.49 | 19.91 | - |
| YUV | 99.54 | 140.68 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 122 | 0 | 0.78 | 0.39 | 0.22 | 330 | 0.64 | 0.48 |
| Hex | C8 | 2C | 7A | 0 | 4E | 27 | 16 | 14A | 40 | 30 |
| Octal | 310 | 54 | 172 | 0 | 116 | 47 | 26 | 512 | 100 | 60 |
| Binary | 11001000 | 101100 | 1111010 | 0 | 1001110 | 100111 | 10110 | 101001010 | 1000000 | 110000 |
Color Harmonies of #C82C7A
Complementary color
Monochromatic Colors of #C82C7A
Black with #C82C7A
Text Example
Text Example
White with #C82C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82C7A; }
p { color: rgb(200,44,122); }
H1.HeaderClassName
{
color: #C82C7A;
}
.AnyTagClassName
{
color: #C82C7A;
}
</style>
background-color css
<style>
a { background-color: #C82C7A; }
a { background-color: rgb(200,44,122); }
div.DivClassName
{
background-color: #C82C7A;
}
.BgClassName
{
background-color: #C82C7A;
}
</style>
border-color css
<style>
span { border-color: #C82C7A; }
span { border-color: rgb(200,44,122); }
td.TdClassName
{
border-color: #C82C7A;
}
.TagClassName
{
border-color: #C82C7A;
}
</style>