Shades of Medium Violet Red #C8257E
Tints of Medium Violet Red #C8257E
RGB
CMYK
RGB Variations
Color information
#C8257E (or 0xC8257E) is known color: Medium Violet Red. HEX triplet: C8, 25 and 7E. RGB value is (200,37,126). Sum of RGB (Red+Green+Blue) = 200+37+126=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8257E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8257E is #37DA81. Grayscale: #5F5F5F. Windows color (decimal): -3660418 or 8267208. OLE color: 8267208.
HSL color Cylindrical-coordinate representation of color #C8257E: hue angle of 327.24º 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 #C8257E is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 126 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.22 |
| HSL | 327.24º | 0.69% | 0.46% | - |
| HSV(B) | 327.24º | 0.82% | 0.78% | - |
| XYZ | 28.25 | 15.11 | 21.17 | - |
| YUV | 95.88 | 145 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 126 | 0 | 0.82 | 0.37 | 0.22 | 327.24 | 0.69 | 0.46 |
| Hex | C8 | 25 | 7E | 0 | 52 | 25 | 16 | 147 | 45 | 2E |
| Octal | 310 | 45 | 176 | 0 | 122 | 45 | 26 | 507 | 105 | 56 |
| Binary | 11001000 | 100101 | 1111110 | 0 | 1010010 | 100101 | 10110 | 101000111 | 1000101 | 101110 |
Color Harmonies of #C8257E
Complementary color
Monochromatic Colors of #C8257E
Black with #C8257E
Text Example
Text Example
White with #C8257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8257E; }
p { color: rgb(200,37,126); }
H1.HeaderClassName
{
color: #C8257E;
}
.AnyTagClassName
{
color: #C8257E;
}
</style>
background-color css
<style>
a { background-color: #C8257E; }
a { background-color: rgb(200,37,126); }
div.DivClassName
{
background-color: #C8257E;
}
.BgClassName
{
background-color: #C8257E;
}
</style>
border-color css
<style>
span { border-color: #C8257E; }
span { border-color: rgb(200,37,126); }
td.TdClassName
{
border-color: #C8257E;
}
.TagClassName
{
border-color: #C8257E;
}
</style>