Shades of Medium Violet Red #C8228E
Tints of Medium Violet Red #C8228E
RGB
CMYK
RGB Variations
Color information
#C8228E (or 0xC8228E) is known color: Medium Violet Red. HEX triplet: C8, 22 and 8E. RGB value is (200,34,142). Sum of RGB (Red+Green+Blue) = 200+34+142=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8228E is #37DD71. Grayscale: #5F5F5F. Windows color (decimal): -3661170 or 9315016. OLE color: 9315016.
HSL color Cylindrical-coordinate representation of color #C8228E: hue angle of 320.96º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8228E is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 142 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.22 |
| HSL | 320.96º | 0.71% | 0.46% | - |
| HSV(B) | 320.96º | 0.83% | 0.78% | - |
| XYZ | 29.27 | 15.38 | 27.02 | - |
| YUV | 95.95 | 154 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 142 | 0 | 0.83 | 0.29 | 0.22 | 320.96 | 0.71 | 0.46 |
| Hex | C8 | 22 | 8E | 0 | 53 | 1D | 16 | 141 | 47 | 2E |
| Octal | 310 | 42 | 216 | 0 | 123 | 35 | 26 | 501 | 107 | 56 |
| Binary | 11001000 | 100010 | 10001110 | 0 | 1010011 | 11101 | 10110 | 101000001 | 1000111 | 101110 |
Color Harmonies of #C8228E
Complementary color
Monochromatic Colors of #C8228E
Black with #C8228E
Text Example
Text Example
White with #C8228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8228E; }
p { color: rgb(200,34,142); }
H1.HeaderClassName
{
color: #C8228E;
}
.AnyTagClassName
{
color: #C8228E;
}
</style>
background-color css
<style>
a { background-color: #C8228E; }
a { background-color: rgb(200,34,142); }
div.DivClassName
{
background-color: #C8228E;
}
.BgClassName
{
background-color: #C8228E;
}
</style>
border-color css
<style>
span { border-color: #C8228E; }
span { border-color: rgb(200,34,142); }
td.TdClassName
{
border-color: #C8228E;
}
.TagClassName
{
border-color: #C8228E;
}
</style>