Shades of Medium Violet Red #C8258D
Tints of Medium Violet Red #C8258D
RGB
CMYK
RGB Variations
Color information
#C8258D (or 0xC8258D) is known color: Medium Violet Red. HEX triplet: C8, 25 and 8D. RGB value is (200,37,141). Sum of RGB (Red+Green+Blue) = 200+37+141=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8258D is #37DA72. Grayscale: #616161. Windows color (decimal): -3660403 or 9250248. OLE color: 9250248.
HSL color Cylindrical-coordinate representation of color #C8258D: hue angle of 321.72º 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 #C8258D is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 141 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.22 |
| HSL | 321.72º | 0.69% | 0.46% | - |
| HSV(B) | 321.72º | 0.82% | 0.78% | - |
| XYZ | 29.29 | 15.53 | 26.65 | - |
| YUV | 97.59 | 152.5 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 141 | 0 | 0.82 | 0.29 | 0.22 | 321.72 | 0.69 | 0.46 |
| Hex | C8 | 25 | 8D | 0 | 52 | 1D | 16 | 142 | 45 | 2E |
| Octal | 310 | 45 | 215 | 0 | 122 | 35 | 26 | 502 | 105 | 56 |
| Binary | 11001000 | 100101 | 10001101 | 0 | 1010010 | 11101 | 10110 | 101000010 | 1000101 | 101110 |
Color Harmonies of #C8258D
Complementary color
Monochromatic Colors of #C8258D
Black with #C8258D
Text Example
Text Example
White with #C8258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8258D; }
p { color: rgb(200,37,141); }
H1.HeaderClassName
{
color: #C8258D;
}
.AnyTagClassName
{
color: #C8258D;
}
</style>
background-color css
<style>
a { background-color: #C8258D; }
a { background-color: rgb(200,37,141); }
div.DivClassName
{
background-color: #C8258D;
}
.BgClassName
{
background-color: #C8258D;
}
</style>
border-color css
<style>
span { border-color: #C8258D; }
span { border-color: rgb(200,37,141); }
td.TdClassName
{
border-color: #C8258D;
}
.TagClassName
{
border-color: #C8258D;
}
</style>