Shades of Medium Violet Red #C8216C
Tints of Medium Violet Red #C8216C
RGB
CMYK
RGB Variations
Color information
#C8216C (or 0xC8216C) is known color: Medium Violet Red. HEX triplet: C8, 21 and 6C. RGB value is (200,33,108). Sum of RGB (Red+Green+Blue) = 200+33+108=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C8216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8216C is #37DE93. Grayscale: #5B5B5B. Windows color (decimal): -3661460 or 7086536. OLE color: 7086536.
HSL color Cylindrical-coordinate representation of color #C8216C: hue angle of 333.05º 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 #C8216C is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 108 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.22 |
| HSL | 333.05º | 0.72% | 0.46% | - |
| HSV(B) | 333.05º | 0.84% | 0.78% | - |
| XYZ | 27.07 | 14.45 | 15.55 | - |
| YUV | 91.48 | 137.33 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 108 | 0 | 0.84 | 0.46 | 0.22 | 333.05 | 0.72 | 0.46 |
| Hex | C8 | 21 | 6C | 0 | 54 | 2E | 16 | 14D | 48 | 2E |
| Octal | 310 | 41 | 154 | 0 | 124 | 56 | 26 | 515 | 110 | 56 |
| Binary | 11001000 | 100001 | 1101100 | 0 | 1010100 | 101110 | 10110 | 101001101 | 1001000 | 101110 |
Color Harmonies of #C8216C
Complementary color
Monochromatic Colors of #C8216C
Black with #C8216C
Text Example
Text Example
White with #C8216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8216C; }
p { color: rgb(200,33,108); }
H1.HeaderClassName
{
color: #C8216C;
}
.AnyTagClassName
{
color: #C8216C;
}
</style>
background-color css
<style>
a { background-color: #C8216C; }
a { background-color: rgb(200,33,108); }
div.DivClassName
{
background-color: #C8216C;
}
.BgClassName
{
background-color: #C8216C;
}
</style>
border-color css
<style>
span { border-color: #C8216C; }
span { border-color: rgb(200,33,108); }
td.TdClassName
{
border-color: #C8216C;
}
.TagClassName
{
border-color: #C8216C;
}
</style>