Shades of Medium Violet Red #C8228B
Tints of Medium Violet Red #C8228B
RGB
CMYK
RGB Variations
Color information
#C8228B (or 0xC8228B) is known color: Medium Violet Red. HEX triplet: C8, 22 and 8B. RGB value is (200,34,139). Sum of RGB (Red+Green+Blue) = 200+34+139=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8228B is #37DD74. Grayscale: #5F5F5F. Windows color (decimal): -3661173 or 9118408. OLE color: 9118408.
HSL color Cylindrical-coordinate representation of color #C8228B: hue angle of 322.05º 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 #C8228B is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 139 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.22 |
| HSL | 322.05º | 0.71% | 0.46% | - |
| HSV(B) | 322.05º | 0.83% | 0.78% | - |
| XYZ | 29.05 | 15.29 | 25.85 | - |
| YUV | 95.6 | 152.5 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 139 | 0 | 0.83 | 0.30 | 0.22 | 322.05 | 0.71 | 0.46 |
| Hex | C8 | 22 | 8B | 0 | 53 | 1E | 16 | 142 | 47 | 2E |
| Octal | 310 | 42 | 213 | 0 | 123 | 36 | 26 | 502 | 107 | 56 |
| Binary | 11001000 | 100010 | 10001011 | 0 | 1010011 | 11110 | 10110 | 101000010 | 1000111 | 101110 |
Color Harmonies of #C8228B
Complementary color
Monochromatic Colors of #C8228B
Black with #C8228B
Text Example
Text Example
White with #C8228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8228B; }
p { color: rgb(200,34,139); }
H1.HeaderClassName
{
color: #C8228B;
}
.AnyTagClassName
{
color: #C8228B;
}
</style>
background-color css
<style>
a { background-color: #C8228B; }
a { background-color: rgb(200,34,139); }
div.DivClassName
{
background-color: #C8228B;
}
.BgClassName
{
background-color: #C8228B;
}
</style>
border-color css
<style>
span { border-color: #C8228B; }
span { border-color: rgb(200,34,139); }
td.TdClassName
{
border-color: #C8228B;
}
.TagClassName
{
border-color: #C8228B;
}
</style>