Shades of Medium Violet Red #C8217E
Tints of Medium Violet Red #C8217E
RGB
CMYK
RGB Variations
Color information
#C8217E (or 0xC8217E) is known color: Medium Violet Red. HEX triplet: C8, 21 and 7E. RGB value is (200,33,126). Sum of RGB (Red+Green+Blue) = 200+33+126=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C8217E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8217E is #37DE81. Grayscale: #5D5D5D. Windows color (decimal): -3661442 or 8266184. OLE color: 8266184.
HSL color Cylindrical-coordinate representation of color #C8217E: hue angle of 326.59º 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 #C8217E is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 126 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.22 |
| HSL | 326.59º | 0.72% | 0.46% | - |
| HSV(B) | 326.59º | 0.84% | 0.78% | - |
| XYZ | 28.13 | 14.87 | 21.13 | - |
| YUV | 93.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 126 | 0 | 0.84 | 0.37 | 0.22 | 326.59 | 0.72 | 0.46 |
| Hex | C8 | 21 | 7E | 0 | 54 | 25 | 16 | 147 | 48 | 2E |
| Octal | 310 | 41 | 176 | 0 | 124 | 45 | 26 | 507 | 110 | 56 |
| Binary | 11001000 | 100001 | 1111110 | 0 | 1010100 | 100101 | 10110 | 101000111 | 1001000 | 101110 |
Color Harmonies of #C8217E
Complementary color
Monochromatic Colors of #C8217E
Black with #C8217E
Text Example
Text Example
White with #C8217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8217E; }
p { color: rgb(200,33,126); }
H1.HeaderClassName
{
color: #C8217E;
}
.AnyTagClassName
{
color: #C8217E;
}
</style>
background-color css
<style>
a { background-color: #C8217E; }
a { background-color: rgb(200,33,126); }
div.DivClassName
{
background-color: #C8217E;
}
.BgClassName
{
background-color: #C8217E;
}
</style>
border-color css
<style>
span { border-color: #C8217E; }
span { border-color: rgb(200,33,126); }
td.TdClassName
{
border-color: #C8217E;
}
.TagClassName
{
border-color: #C8217E;
}
</style>