Shades of Medium Violet Red #C8217C
Tints of Medium Violet Red #C8217C
RGB
CMYK
RGB Variations
Color information
#C8217C (or 0xC8217C) is known color: Medium Violet Red. HEX triplet: C8, 21 and 7C. RGB value is (200,33,124). Sum of RGB (Red+Green+Blue) = 200+33+124=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8217C is #37DE83. Grayscale: #5D5D5D. Windows color (decimal): -3661444 or 8135112. OLE color: 8135112.
HSL color Cylindrical-coordinate representation of color #C8217C: hue angle of 327.31º 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 #C8217C is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 124 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.22 |
| HSL | 327.31º | 0.72% | 0.46% | - |
| HSV(B) | 327.31º | 0.84% | 0.78% | - |
| XYZ | 28 | 14.82 | 20.45 | - |
| YUV | 93.31 | 145.33 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 124 | 0 | 0.84 | 0.38 | 0.22 | 327.31 | 0.72 | 0.46 |
| Hex | C8 | 21 | 7C | 0 | 54 | 26 | 16 | 147 | 48 | 2E |
| Octal | 310 | 41 | 174 | 0 | 124 | 46 | 26 | 507 | 110 | 56 |
| Binary | 11001000 | 100001 | 1111100 | 0 | 1010100 | 100110 | 10110 | 101000111 | 1001000 | 101110 |
Color Harmonies of #C8217C
Complementary color
Monochromatic Colors of #C8217C
Black with #C8217C
Text Example
Text Example
White with #C8217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8217C; }
p { color: rgb(200,33,124); }
H1.HeaderClassName
{
color: #C8217C;
}
.AnyTagClassName
{
color: #C8217C;
}
</style>
background-color css
<style>
a { background-color: #C8217C; }
a { background-color: rgb(200,33,124); }
div.DivClassName
{
background-color: #C8217C;
}
.BgClassName
{
background-color: #C8217C;
}
</style>
border-color css
<style>
span { border-color: #C8217C; }
span { border-color: rgb(200,33,124); }
td.TdClassName
{
border-color: #C8217C;
}
.TagClassName
{
border-color: #C8217C;
}
</style>