Shades of Medium Violet Red #C8228C
Tints of Medium Violet Red #C8228C
RGB
CMYK
RGB Variations
Color information
#C8228C (or 0xC8228C) is known color: Medium Violet Red. HEX triplet: C8, 22 and 8C. RGB value is (200,34,140). Sum of RGB (Red+Green+Blue) = 200+34+140=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8228C is #37DD73. Grayscale: #5F5F5F. Windows color (decimal): -3661172 or 9183944. OLE color: 9183944.
HSL color Cylindrical-coordinate representation of color #C8228C: hue angle of 321.69º 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 #C8228C is Cyan = 0, Magento = 0.83, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 140 | - |
| CMYK | 0 | 0.83 | 0.3 | 0.22 |
| HSL | 321.69º | 0.71% | 0.46% | - |
| HSV(B) | 321.69º | 0.83% | 0.78% | - |
| XYZ | 29.13 | 15.32 | 26.23 | - |
| YUV | 95.72 | 153 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 140 | 0 | 0.83 | 0.3 | 0.22 | 321.69 | 0.71 | 0.46 |
| Hex | C8 | 22 | 8C | 0 | 53 | 1E | 16 | 142 | 47 | 2E |
| Octal | 310 | 42 | 214 | 0 | 123 | 36 | 26 | 502 | 107 | 56 |
| Binary | 11001000 | 100010 | 10001100 | 0 | 1010011 | 11110 | 10110 | 101000010 | 1000111 | 101110 |
Color Harmonies of #C8228C
Complementary color
Monochromatic Colors of #C8228C
Black with #C8228C
Text Example
Text Example
White with #C8228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8228C; }
p { color: rgb(200,34,140); }
H1.HeaderClassName
{
color: #C8228C;
}
.AnyTagClassName
{
color: #C8228C;
}
</style>
background-color css
<style>
a { background-color: #C8228C; }
a { background-color: rgb(200,34,140); }
div.DivClassName
{
background-color: #C8228C;
}
.BgClassName
{
background-color: #C8228C;
}
</style>
border-color css
<style>
span { border-color: #C8228C; }
span { border-color: rgb(200,34,140); }
td.TdClassName
{
border-color: #C8228C;
}
.TagClassName
{
border-color: #C8228C;
}
</style>