Shades of Medium Violet Red #C8238E
Tints of Medium Violet Red #C8238E
RGB
CMYK
RGB Variations
Color information
#C8238E (or 0xC8238E) is known color: Medium Violet Red. HEX triplet: C8, 23 and 8E. RGB value is (200,35,142). Sum of RGB (Red+Green+Blue) = 200+35+142=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8238E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8238E is #37DC71. Grayscale: #606060. Windows color (decimal): -3660914 or 9315272. OLE color: 9315272.
HSL color Cylindrical-coordinate representation of color #C8238E: hue angle of 321.09º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8238E is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 142 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.22 |
| HSL | 321.09º | 0.7% | 0.46% | - |
| HSV(B) | 321.09º | 0.83% | 0.78% | - |
| XYZ | 29.3 | 15.43 | 27.03 | - |
| YUV | 96.53 | 153.66 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 142 | 0 | 0.82 | 0.29 | 0.22 | 321.09 | 0.7 | 0.46 |
| Hex | C8 | 23 | 8E | 0 | 52 | 1D | 16 | 141 | 46 | 2E |
| Octal | 310 | 43 | 216 | 0 | 122 | 35 | 26 | 501 | 106 | 56 |
| Binary | 11001000 | 100011 | 10001110 | 0 | 1010010 | 11101 | 10110 | 101000001 | 1000110 | 101110 |
Color Harmonies of #C8238E
Complementary color
Monochromatic Colors of #C8238E
Black with #C8238E
Text Example
Text Example
White with #C8238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8238E; }
p { color: rgb(200,35,142); }
H1.HeaderClassName
{
color: #C8238E;
}
.AnyTagClassName
{
color: #C8238E;
}
</style>
background-color css
<style>
a { background-color: #C8238E; }
a { background-color: rgb(200,35,142); }
div.DivClassName
{
background-color: #C8238E;
}
.BgClassName
{
background-color: #C8238E;
}
</style>
border-color css
<style>
span { border-color: #C8238E; }
span { border-color: rgb(200,35,142); }
td.TdClassName
{
border-color: #C8238E;
}
.TagClassName
{
border-color: #C8238E;
}
</style>