Shades of Medium Red Violet #C83C7F
Tints of Medium Red Violet #C83C7F
RGB
CMYK
RGB Variations
Color information
#C83C7F (or 0xC83C7F) is known color: Medium Red Violet. HEX triplet: C8, 3C and 7F. RGB value is (200,60,127). Sum of RGB (Red+Green+Blue) = 200+60+127=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83C7F is #37C380. Grayscale: #6D6D6D. Windows color (decimal): -3654529 or 8338632. OLE color: 8338632.
HSL color Cylindrical-coordinate representation of color #C83C7F: hue angle of 331.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83C7F is Cyan = 0, Magento = 0.7, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 127 | - |
| CMYK | 0 | 0.7 | 0.36 | 0.22 |
| HSL | 331.29º | 0.56% | 0.51% | - |
| HSV(B) | 331.29º | 0.7% | 0.78% | - |
| XYZ | 29.27 | 17.04 | 21.83 | - |
| YUV | 109.5 | 137.88 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 127 | 0 | 0.7 | 0.36 | 0.22 | 331.29 | 0.56 | 0.51 |
| Hex | C8 | 3C | 7F | 0 | 46 | 24 | 16 | 14B | 38 | 33 |
| Octal | 310 | 74 | 177 | 0 | 106 | 44 | 26 | 513 | 70 | 63 |
| Binary | 11001000 | 111100 | 1111111 | 0 | 1000110 | 100100 | 10110 | 101001011 | 111000 | 110011 |
Color Harmonies of #C83C7F
Complementary color
Monochromatic Colors of #C83C7F
Black with #C83C7F
Text Example
Text Example
White with #C83C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C7F; }
p { color: rgb(200,60,127); }
H1.HeaderClassName
{
color: #C83C7F;
}
.AnyTagClassName
{
color: #C83C7F;
}
</style>
background-color css
<style>
a { background-color: #C83C7F; }
a { background-color: rgb(200,60,127); }
div.DivClassName
{
background-color: #C83C7F;
}
.BgClassName
{
background-color: #C83C7F;
}
</style>
border-color css
<style>
span { border-color: #C83C7F; }
span { border-color: rgb(200,60,127); }
td.TdClassName
{
border-color: #C83C7F;
}
.TagClassName
{
border-color: #C83C7F;
}
</style>