Shades of Medium Violet Red #C8257A
Tints of Medium Violet Red #C8257A
RGB
CMYK
RGB Variations
Color information
#C8257A (or 0xC8257A) is known color: Medium Violet Red. HEX triplet: C8, 25 and 7A. RGB value is (200,37,122). Sum of RGB (Red+Green+Blue) = 200+37+122=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C8257A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8257A is #37DA85. Grayscale: #5F5F5F. Windows color (decimal): -3660422 or 8005064. OLE color: 8005064.
HSL color Cylindrical-coordinate representation of color #C8257A: hue angle of 328.71º 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 #C8257A is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 122 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.22 |
| HSL | 328.71º | 0.69% | 0.46% | - |
| HSV(B) | 328.71º | 0.82% | 0.78% | - |
| XYZ | 27.99 | 15.01 | 19.83 | - |
| YUV | 95.43 | 143 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 122 | 0 | 0.82 | 0.39 | 0.22 | 328.71 | 0.69 | 0.46 |
| Hex | C8 | 25 | 7A | 0 | 52 | 27 | 16 | 149 | 45 | 2E |
| Octal | 310 | 45 | 172 | 0 | 122 | 47 | 26 | 511 | 105 | 56 |
| Binary | 11001000 | 100101 | 1111010 | 0 | 1010010 | 100111 | 10110 | 101001001 | 1000101 | 101110 |
Color Harmonies of #C8257A
Complementary color
Monochromatic Colors of #C8257A
Black with #C8257A
Text Example
Text Example
White with #C8257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8257A; }
p { color: rgb(200,37,122); }
H1.HeaderClassName
{
color: #C8257A;
}
.AnyTagClassName
{
color: #C8257A;
}
</style>
background-color css
<style>
a { background-color: #C8257A; }
a { background-color: rgb(200,37,122); }
div.DivClassName
{
background-color: #C8257A;
}
.BgClassName
{
background-color: #C8257A;
}
</style>
border-color css
<style>
span { border-color: #C8257A; }
span { border-color: rgb(200,37,122); }
td.TdClassName
{
border-color: #C8257A;
}
.TagClassName
{
border-color: #C8257A;
}
</style>