Shades of Medium Red Violet #C7287E
Tints of Medium Red Violet #C7287E
RGB
CMYK
RGB Variations
Color information
#C7287E (or 0xC7287E) is known color: Medium Red Violet. HEX triplet: C7, 28 and 7E. RGB value is (199,40,126). Sum of RGB (Red+Green+Blue) = 199+40+126=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C7287E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7287E is #38D781. Grayscale: #616161. Windows color (decimal): -3725186 or 8267975. OLE color: 8267975.
HSL color Cylindrical-coordinate representation of color #C7287E: hue angle of 327.55º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7287E is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 126 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.22 |
| HSL | 327.55º | 0.67% | 0.47% | - |
| HSV(B) | 327.55º | 0.8% | 0.78% | - |
| XYZ | 28.08 | 15.17 | 21.19 | - |
| YUV | 97.35 | 144.18 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 126 | 0 | 0.80 | 0.37 | 0.22 | 327.55 | 0.67 | 0.47 |
| Hex | C7 | 28 | 7E | 0 | 50 | 25 | 16 | 148 | 43 | 2F |
| Octal | 307 | 50 | 176 | 0 | 120 | 45 | 26 | 510 | 103 | 57 |
| Binary | 11000111 | 101000 | 1111110 | 0 | 1010000 | 100101 | 10110 | 101001000 | 1000011 | 101111 |
Color Harmonies of #C7287E
Complementary color
Monochromatic Colors of #C7287E
Black with #C7287E
Text Example
Text Example
White with #C7287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7287E; }
p { color: rgb(199,40,126); }
H1.HeaderClassName
{
color: #C7287E;
}
.AnyTagClassName
{
color: #C7287E;
}
</style>
background-color css
<style>
a { background-color: #C7287E; }
a { background-color: rgb(199,40,126); }
div.DivClassName
{
background-color: #C7287E;
}
.BgClassName
{
background-color: #C7287E;
}
</style>
border-color css
<style>
span { border-color: #C7287E; }
span { border-color: rgb(199,40,126); }
td.TdClassName
{
border-color: #C7287E;
}
.TagClassName
{
border-color: #C7287E;
}
</style>