Shades of Medium Violet Red #C8207C
Tints of Medium Violet Red #C8207C
RGB
CMYK
RGB Variations
Color information
#C8207C (or 0xC8207C) is known color: Medium Violet Red. HEX triplet: C8, 20 and 7C. RGB value is (200,32,124). Sum of RGB (Red+Green+Blue) = 200+32+124=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C8207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8207C is #37DF83. Grayscale: #5C5C5C. Windows color (decimal): -3661700 or 8134856. OLE color: 8134856.
HSL color Cylindrical-coordinate representation of color #C8207C: hue angle of 327.14º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8207C is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 124 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.22 |
| HSL | 327.14º | 0.72% | 0.45% | - |
| HSV(B) | 327.14º | 0.84% | 0.78% | - |
| XYZ | 27.97 | 14.77 | 20.44 | - |
| YUV | 92.72 | 145.66 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 124 | 0 | 0.84 | 0.38 | 0.22 | 327.14 | 0.72 | 0.45 |
| Hex | C8 | 20 | 7C | 0 | 54 | 26 | 16 | 147 | 48 | 2D |
| Octal | 310 | 40 | 174 | 0 | 124 | 46 | 26 | 507 | 110 | 55 |
| Binary | 11001000 | 100000 | 1111100 | 0 | 1010100 | 100110 | 10110 | 101000111 | 1001000 | 101101 |
Color Harmonies of #C8207C
Complementary color
Monochromatic Colors of #C8207C
Black with #C8207C
Text Example
Text Example
White with #C8207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8207C; }
p { color: rgb(200,32,124); }
H1.HeaderClassName
{
color: #C8207C;
}
.AnyTagClassName
{
color: #C8207C;
}
</style>
background-color css
<style>
a { background-color: #C8207C; }
a { background-color: rgb(200,32,124); }
div.DivClassName
{
background-color: #C8207C;
}
.BgClassName
{
background-color: #C8207C;
}
</style>
border-color css
<style>
span { border-color: #C8207C; }
span { border-color: rgb(200,32,124); }
td.TdClassName
{
border-color: #C8207C;
}
.TagClassName
{
border-color: #C8207C;
}
</style>