Shades of Medium Violet Red #C8227C
Tints of Medium Violet Red #C8227C
RGB
CMYK
RGB Variations
Color information
#C8227C (or 0xC8227C) is known color: Medium Violet Red. HEX triplet: C8, 22 and 7C. RGB value is (200,34,124). Sum of RGB (Red+Green+Blue) = 200+34+124=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C8227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8227C is #37DD83. Grayscale: #5D5D5D. Windows color (decimal): -3661188 or 8135368. OLE color: 8135368.
HSL color Cylindrical-coordinate representation of color #C8227C: hue angle of 327.47º degrees, saturation: 0.71, 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 #C8227C is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 124 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.22 |
| HSL | 327.47º | 0.71% | 0.46% | - |
| HSV(B) | 327.47º | 0.83% | 0.78% | - |
| XYZ | 28.03 | 14.88 | 20.46 | - |
| YUV | 93.89 | 145 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 124 | 0 | 0.83 | 0.38 | 0.22 | 327.47 | 0.71 | 0.46 |
| Hex | C8 | 22 | 7C | 0 | 53 | 26 | 16 | 147 | 47 | 2E |
| Octal | 310 | 42 | 174 | 0 | 123 | 46 | 26 | 507 | 107 | 56 |
| Binary | 11001000 | 100010 | 1111100 | 0 | 1010011 | 100110 | 10110 | 101000111 | 1000111 | 101110 |
Color Harmonies of #C8227C
Complementary color
Monochromatic Colors of #C8227C
Black with #C8227C
Text Example
Text Example
White with #C8227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8227C; }
p { color: rgb(200,34,124); }
H1.HeaderClassName
{
color: #C8227C;
}
.AnyTagClassName
{
color: #C8227C;
}
</style>
background-color css
<style>
a { background-color: #C8227C; }
a { background-color: rgb(200,34,124); }
div.DivClassName
{
background-color: #C8227C;
}
.BgClassName
{
background-color: #C8227C;
}
</style>
border-color css
<style>
span { border-color: #C8227C; }
span { border-color: rgb(200,34,124); }
td.TdClassName
{
border-color: #C8227C;
}
.TagClassName
{
border-color: #C8227C;
}
</style>