Shades of Medium Red Violet #C82E7F
Tints of Medium Red Violet #C82E7F
RGB
CMYK
RGB Variations
Color information
#C82E7F (or 0xC82E7F) is known color: Medium Red Violet. HEX triplet: C8, 2E and 7F. RGB value is (200,46,127). Sum of RGB (Red+Green+Blue) = 200+46+127=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82E7F is #37D180. Grayscale: #656565. Windows color (decimal): -3658113 or 8335048. OLE color: 8335048.
HSL color Cylindrical-coordinate representation of color #C82E7F: hue angle of 328.44º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82E7F is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 127 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.22 |
| HSL | 328.44º | 0.63% | 0.48% | - |
| HSV(B) | 328.44º | 0.77% | 0.78% | - |
| XYZ | 28.63 | 15.77 | 21.61 | - |
| YUV | 101.28 | 142.52 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 127 | 0 | 0.77 | 0.36 | 0.22 | 328.44 | 0.63 | 0.48 |
| Hex | C8 | 2E | 7F | 0 | 4D | 24 | 16 | 148 | 3F | 30 |
| Octal | 310 | 56 | 177 | 0 | 115 | 44 | 26 | 510 | 77 | 60 |
| Binary | 11001000 | 101110 | 1111111 | 0 | 1001101 | 100100 | 10110 | 101001000 | 111111 | 110000 |
Color Harmonies of #C82E7F
Complementary color
Monochromatic Colors of #C82E7F
Black with #C82E7F
Text Example
Text Example
White with #C82E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82E7F; }
p { color: rgb(200,46,127); }
H1.HeaderClassName
{
color: #C82E7F;
}
.AnyTagClassName
{
color: #C82E7F;
}
</style>
background-color css
<style>
a { background-color: #C82E7F; }
a { background-color: rgb(200,46,127); }
div.DivClassName
{
background-color: #C82E7F;
}
.BgClassName
{
background-color: #C82E7F;
}
</style>
border-color css
<style>
span { border-color: #C82E7F; }
span { border-color: rgb(200,46,127); }
td.TdClassName
{
border-color: #C82E7F;
}
.TagClassName
{
border-color: #C82E7F;
}
</style>