Shades of Medium Violet Red #C7257E
Tints of Medium Violet Red #C7257E
RGB
CMYK
RGB Variations
Color information
#C7257E (or 0xC7257E) is known color: Medium Violet Red. HEX triplet: C7, 25 and 7E. RGB value is (199,37,126). Sum of RGB (Red+Green+Blue) = 199+37+126=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7257E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7257E is #38DA81. Grayscale: #5F5F5F. Windows color (decimal): -3725954 or 8267207. OLE color: 8267207.
HSL color Cylindrical-coordinate representation of color #C7257E: hue angle of 327.04º 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 #C7257E is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 126 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.22 |
| HSL | 327.04º | 0.69% | 0.46% | - |
| HSV(B) | 327.04º | 0.81% | 0.78% | - |
| XYZ | 27.98 | 14.97 | 21.15 | - |
| YUV | 95.58 | 145.17 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 126 | 0 | 0.81 | 0.37 | 0.22 | 327.04 | 0.69 | 0.46 |
| Hex | C7 | 25 | 7E | 0 | 51 | 25 | 16 | 147 | 45 | 2E |
| Octal | 307 | 45 | 176 | 0 | 121 | 45 | 26 | 507 | 105 | 56 |
| Binary | 11000111 | 100101 | 1111110 | 0 | 1010001 | 100101 | 10110 | 101000111 | 1000101 | 101110 |
Color Harmonies of #C7257E
Complementary color
Monochromatic Colors of #C7257E
Black with #C7257E
Text Example
Text Example
White with #C7257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7257E; }
p { color: rgb(199,37,126); }
H1.HeaderClassName
{
color: #C7257E;
}
.AnyTagClassName
{
color: #C7257E;
}
</style>
background-color css
<style>
a { background-color: #C7257E; }
a { background-color: rgb(199,37,126); }
div.DivClassName
{
background-color: #C7257E;
}
.BgClassName
{
background-color: #C7257E;
}
</style>
border-color css
<style>
span { border-color: #C7257E; }
span { border-color: rgb(199,37,126); }
td.TdClassName
{
border-color: #C7257E;
}
.TagClassName
{
border-color: #C7257E;
}
</style>