Shades of Medium Violet Red #C8218B
Tints of Medium Violet Red #C8218B
RGB
CMYK
RGB Variations
Color information
#C8218B (or 0xC8218B) is known color: Medium Violet Red. HEX triplet: C8, 21 and 8B. RGB value is (200,33,139). Sum of RGB (Red+Green+Blue) = 200+33+139=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C8218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8218B is #37DE74. Grayscale: #5E5E5E. Windows color (decimal): -3661429 or 9118152. OLE color: 9118152.
HSL color Cylindrical-coordinate representation of color #C8218B: hue angle of 321.92º degrees, saturation: 0.72, 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 #C8218B is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 139 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.22 |
| HSL | 321.92º | 0.72% | 0.46% | - |
| HSV(B) | 321.92º | 0.84% | 0.78% | - |
| XYZ | 29.02 | 15.23 | 25.84 | - |
| YUV | 95.02 | 152.83 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 139 | 0 | 0.84 | 0.30 | 0.22 | 321.92 | 0.72 | 0.46 |
| Hex | C8 | 21 | 8B | 0 | 54 | 1E | 16 | 142 | 48 | 2E |
| Octal | 310 | 41 | 213 | 0 | 124 | 36 | 26 | 502 | 110 | 56 |
| Binary | 11001000 | 100001 | 10001011 | 0 | 1010100 | 11110 | 10110 | 101000010 | 1001000 | 101110 |
Color Harmonies of #C8218B
Complementary color
Monochromatic Colors of #C8218B
Black with #C8218B
Text Example
Text Example
White with #C8218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8218B; }
p { color: rgb(200,33,139); }
H1.HeaderClassName
{
color: #C8218B;
}
.AnyTagClassName
{
color: #C8218B;
}
</style>
background-color css
<style>
a { background-color: #C8218B; }
a { background-color: rgb(200,33,139); }
div.DivClassName
{
background-color: #C8218B;
}
.BgClassName
{
background-color: #C8218B;
}
</style>
border-color css
<style>
span { border-color: #C8218B; }
span { border-color: rgb(200,33,139); }
td.TdClassName
{
border-color: #C8218B;
}
.TagClassName
{
border-color: #C8218B;
}
</style>