Shades of Medium Red Violet #C82A7B
Tints of Medium Red Violet #C82A7B
RGB
CMYK
RGB Variations
Color information
#C82A7B (or 0xC82A7B) is known color: Medium Red Violet. HEX triplet: C8, 2A and 7B. RGB value is (200,42,123). Sum of RGB (Red+Green+Blue) = 200+42+123=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C82A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82A7B is #37D584. Grayscale: #626262. Windows color (decimal): -3659141 or 8071880. OLE color: 8071880.
HSL color Cylindrical-coordinate representation of color #C82A7B: hue angle of 329.24º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82A7B is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 42 | 123 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.22 |
| HSL | 329.24º | 0.65% | 0.47% | - |
| HSV(B) | 329.24º | 0.79% | 0.78% | - |
| XYZ | 28.22 | 15.37 | 20.22 | - |
| YUV | 98.48 | 141.85 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 123 | 0 | 0.79 | 0.38 | 0.22 | 329.24 | 0.65 | 0.47 |
| Hex | C8 | 2A | 7B | 0 | 4F | 26 | 16 | 149 | 41 | 2F |
| Octal | 310 | 52 | 173 | 0 | 117 | 46 | 26 | 511 | 101 | 57 |
| Binary | 11001000 | 101010 | 1111011 | 0 | 1001111 | 100110 | 10110 | 101001001 | 1000001 | 101111 |
Color Harmonies of #C82A7B
Complementary color
Monochromatic Colors of #C82A7B
Black with #C82A7B
Text Example
Text Example
White with #C82A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82A7B; }
p { color: rgb(200,42,123); }
H1.HeaderClassName
{
color: #C82A7B;
}
.AnyTagClassName
{
color: #C82A7B;
}
</style>
background-color css
<style>
a { background-color: #C82A7B; }
a { background-color: rgb(200,42,123); }
div.DivClassName
{
background-color: #C82A7B;
}
.BgClassName
{
background-color: #C82A7B;
}
</style>
border-color css
<style>
span { border-color: #C82A7B; }
span { border-color: rgb(200,42,123); }
td.TdClassName
{
border-color: #C82A7B;
}
.TagClassName
{
border-color: #C82A7B;
}
</style>