Shades of Medium Violet Red #C8207B
Tints of Medium Violet Red #C8207B
RGB
CMYK
RGB Variations
Color information
#C8207B (or 0xC8207B) is known color: Medium Violet Red. HEX triplet: C8, 20 and 7B. RGB value is (200,32,123). Sum of RGB (Red+Green+Blue) = 200+32+123=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C8207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8207B is #37DF84. Grayscale: #5C5C5C. Windows color (decimal): -3661701 or 8069320. OLE color: 8069320.
HSL color Cylindrical-coordinate representation of color #C8207B: hue angle of 327.5º 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 #C8207B is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 123 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.22 |
| HSL | 327.5º | 0.72% | 0.45% | - |
| HSV(B) | 327.5º | 0.84% | 0.78% | - |
| XYZ | 27.91 | 14.74 | 20.11 | - |
| YUV | 92.61 | 145.16 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 123 | 0 | 0.84 | 0.38 | 0.22 | 327.5 | 0.72 | 0.45 |
| Hex | C8 | 20 | 7B | 0 | 54 | 26 | 16 | 148 | 48 | 2D |
| Octal | 310 | 40 | 173 | 0 | 124 | 46 | 26 | 510 | 110 | 55 |
| Binary | 11001000 | 100000 | 1111011 | 0 | 1010100 | 100110 | 10110 | 101001000 | 1001000 | 101101 |
Color Harmonies of #C8207B
Complementary color
Monochromatic Colors of #C8207B
Black with #C8207B
Text Example
Text Example
White with #C8207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8207B; }
p { color: rgb(200,32,123); }
H1.HeaderClassName
{
color: #C8207B;
}
.AnyTagClassName
{
color: #C8207B;
}
</style>
background-color css
<style>
a { background-color: #C8207B; }
a { background-color: rgb(200,32,123); }
div.DivClassName
{
background-color: #C8207B;
}
.BgClassName
{
background-color: #C8207B;
}
</style>
border-color css
<style>
span { border-color: #C8207B; }
span { border-color: rgb(200,32,123); }
td.TdClassName
{
border-color: #C8207B;
}
.TagClassName
{
border-color: #C8207B;
}
</style>