Shades of Medium Violet Red #C8216E
Tints of Medium Violet Red #C8216E
RGB
CMYK
RGB Variations
Color information
#C8216E (or 0xC8216E) is known color: Medium Violet Red. HEX triplet: C8, 21 and 6E. RGB value is (200,33,110). Sum of RGB (Red+Green+Blue) = 200+33+110=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8216E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8216E is #37DE91. Grayscale: #5B5B5B. Windows color (decimal): -3661458 or 7217608. OLE color: 7217608.
HSL color Cylindrical-coordinate representation of color #C8216E: hue angle of 332.34º 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 #C8216E is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 110 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.22 |
| HSL | 332.34º | 0.72% | 0.46% | - |
| HSV(B) | 332.34º | 0.84% | 0.78% | - |
| XYZ | 27.18 | 14.49 | 16.12 | - |
| YUV | 91.71 | 138.33 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 110 | 0 | 0.84 | 0.45 | 0.22 | 332.34 | 0.72 | 0.46 |
| Hex | C8 | 21 | 6E | 0 | 54 | 2D | 16 | 14C | 48 | 2E |
| Octal | 310 | 41 | 156 | 0 | 124 | 55 | 26 | 514 | 110 | 56 |
| Binary | 11001000 | 100001 | 1101110 | 0 | 1010100 | 101101 | 10110 | 101001100 | 1001000 | 101110 |
Color Harmonies of #C8216E
Complementary color
Monochromatic Colors of #C8216E
Black with #C8216E
Text Example
Text Example
White with #C8216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8216E; }
p { color: rgb(200,33,110); }
H1.HeaderClassName
{
color: #C8216E;
}
.AnyTagClassName
{
color: #C8216E;
}
</style>
background-color css
<style>
a { background-color: #C8216E; }
a { background-color: rgb(200,33,110); }
div.DivClassName
{
background-color: #C8216E;
}
.BgClassName
{
background-color: #C8216E;
}
</style>
border-color css
<style>
span { border-color: #C8216E; }
span { border-color: rgb(200,33,110); }
td.TdClassName
{
border-color: #C8216E;
}
.TagClassName
{
border-color: #C8216E;
}
</style>