Shades of Medium Violet Red #C8207E
Tints of Medium Violet Red #C8207E
RGB
CMYK
RGB Variations
Color information
#C8207E (or 0xC8207E) is known color: Medium Violet Red. HEX triplet: C8, 20 and 7E. RGB value is (200,32,126). Sum of RGB (Red+Green+Blue) = 200+32+126=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C8207E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8207E is #37DF81. Grayscale: #5C5C5C. Windows color (decimal): -3661698 or 8265928. OLE color: 8265928.
HSL color Cylindrical-coordinate representation of color #C8207E: hue angle of 326.43º 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 #C8207E is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 126 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.22 |
| HSL | 326.43º | 0.72% | 0.45% | - |
| HSV(B) | 326.43º | 0.84% | 0.78% | - |
| XYZ | 28.1 | 14.82 | 21.12 | - |
| YUV | 92.95 | 146.66 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 126 | 0 | 0.84 | 0.37 | 0.22 | 326.43 | 0.72 | 0.45 |
| Hex | C8 | 20 | 7E | 0 | 54 | 25 | 16 | 146 | 48 | 2D |
| Octal | 310 | 40 | 176 | 0 | 124 | 45 | 26 | 506 | 110 | 55 |
| Binary | 11001000 | 100000 | 1111110 | 0 | 1010100 | 100101 | 10110 | 101000110 | 1001000 | 101101 |
Color Harmonies of #C8207E
Complementary color
Monochromatic Colors of #C8207E
Black with #C8207E
Text Example
Text Example
White with #C8207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8207E; }
p { color: rgb(200,32,126); }
H1.HeaderClassName
{
color: #C8207E;
}
.AnyTagClassName
{
color: #C8207E;
}
</style>
background-color css
<style>
a { background-color: #C8207E; }
a { background-color: rgb(200,32,126); }
div.DivClassName
{
background-color: #C8207E;
}
.BgClassName
{
background-color: #C8207E;
}
</style>
border-color css
<style>
span { border-color: #C8207E; }
span { border-color: rgb(200,32,126); }
td.TdClassName
{
border-color: #C8207E;
}
.TagClassName
{
border-color: #C8207E;
}
</style>