Shades of Medium Violet Red #C8258E
Tints of Medium Violet Red #C8258E
RGB
CMYK
RGB Variations
Color information
#C8258E (or 0xC8258E) is known color: Medium Violet Red. HEX triplet: C8, 25 and 8E. RGB value is (200,37,142). Sum of RGB (Red+Green+Blue) = 200+37+142=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8258E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8258E is #37DA71. Grayscale: #616161. Windows color (decimal): -3660402 or 9315784. OLE color: 9315784.
HSL color Cylindrical-coordinate representation of color #C8258E: hue angle of 321.35º 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 #C8258E is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 142 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.22 |
| HSL | 321.35º | 0.69% | 0.46% | - |
| HSV(B) | 321.35º | 0.82% | 0.78% | - |
| XYZ | 29.36 | 15.56 | 27.05 | - |
| YUV | 97.71 | 153 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 142 | 0 | 0.82 | 0.29 | 0.22 | 321.35 | 0.69 | 0.46 |
| Hex | C8 | 25 | 8E | 0 | 52 | 1D | 16 | 141 | 45 | 2E |
| Octal | 310 | 45 | 216 | 0 | 122 | 35 | 26 | 501 | 105 | 56 |
| Binary | 11001000 | 100101 | 10001110 | 0 | 1010010 | 11101 | 10110 | 101000001 | 1000101 | 101110 |
Color Harmonies of #C8258E
Complementary color
Monochromatic Colors of #C8258E
Black with #C8258E
Text Example
Text Example
White with #C8258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8258E; }
p { color: rgb(200,37,142); }
H1.HeaderClassName
{
color: #C8258E;
}
.AnyTagClassName
{
color: #C8258E;
}
</style>
background-color css
<style>
a { background-color: #C8258E; }
a { background-color: rgb(200,37,142); }
div.DivClassName
{
background-color: #C8258E;
}
.BgClassName
{
background-color: #C8258E;
}
</style>
border-color css
<style>
span { border-color: #C8258E; }
span { border-color: rgb(200,37,142); }
td.TdClassName
{
border-color: #C8258E;
}
.TagClassName
{
border-color: #C8258E;
}
</style>