Shades of Medium Violet Red #C7257C
Tints of Medium Violet Red #C7257C
RGB
CMYK
RGB Variations
Color information
#C7257C (or 0xC7257C) is known color: Medium Violet Red. HEX triplet: C7, 25 and 7C. RGB value is (199,37,124). Sum of RGB (Red+Green+Blue) = 199+37+124=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7257C is #38DA83. Grayscale: #5F5F5F. Windows color (decimal): -3725956 or 8136135. OLE color: 8136135.
HSL color Cylindrical-coordinate representation of color #C7257C: hue angle of 327.78º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7257C is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 124 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.22 |
| HSL | 327.78º | 0.69% | 0.46% | - |
| HSV(B) | 327.78º | 0.81% | 0.78% | - |
| XYZ | 27.85 | 14.92 | 20.48 | - |
| YUV | 95.36 | 144.17 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 124 | 0 | 0.81 | 0.38 | 0.22 | 327.78 | 0.69 | 0.46 |
| Hex | C7 | 25 | 7C | 0 | 51 | 26 | 16 | 148 | 45 | 2E |
| Octal | 307 | 45 | 174 | 0 | 121 | 46 | 26 | 510 | 105 | 56 |
| Binary | 11000111 | 100101 | 1111100 | 0 | 1010001 | 100110 | 10110 | 101001000 | 1000101 | 101110 |
Color Harmonies of #C7257C
Complementary color
Monochromatic Colors of #C7257C
Black with #C7257C
Text Example
Text Example
White with #C7257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7257C; }
p { color: rgb(199,37,124); }
H1.HeaderClassName
{
color: #C7257C;
}
.AnyTagClassName
{
color: #C7257C;
}
</style>
background-color css
<style>
a { background-color: #C7257C; }
a { background-color: rgb(199,37,124); }
div.DivClassName
{
background-color: #C7257C;
}
.BgClassName
{
background-color: #C7257C;
}
</style>
border-color css
<style>
span { border-color: #C7257C; }
span { border-color: rgb(199,37,124); }
td.TdClassName
{
border-color: #C7257C;
}
.TagClassName
{
border-color: #C7257C;
}
</style>