Shades of Medium Violet Red #C0208F
Tints of Medium Violet Red #C0208F
RGB
CMYK
RGB Variations
Color information
#C0208F (or 0xC0208F) is known color: Medium Violet Red. HEX triplet: C0, 20 and 8F. RGB value is (192,32,143). Sum of RGB (Red+Green+Blue) = 192+32+143=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0208F is #3FDF70. Grayscale: #5C5C5C. Windows color (decimal): -4185969 or 9380032. OLE color: 9380032.
HSL color Cylindrical-coordinate representation of color #C0208F: hue angle of 318.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0208F is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 143 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.25 |
| HSL | 318.38º | 0.71% | 0.44% | - |
| HSV(B) | 318.38º | 0.83% | 0.75% | - |
| XYZ | 27.21 | 14.22 | 27.3 | - |
| YUV | 92.49 | 156.51 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 143 | 0 | 0.83 | 0.26 | 0.25 | 318.38 | 0.71 | 0.44 |
| Hex | C0 | 20 | 8F | 0 | 53 | 1A | 19 | 13E | 47 | 2C |
| Octal | 300 | 40 | 217 | 0 | 123 | 32 | 31 | 476 | 107 | 54 |
| Binary | 11000000 | 100000 | 10001111 | 0 | 1010011 | 11010 | 11001 | 100111110 | 1000111 | 101100 |
Color Harmonies of #C0208F
Complementary color
Monochromatic Colors of #C0208F
Black with #C0208F
Text Example
Text Example
White with #C0208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0208F; }
p { color: rgb(192,32,143); }
H1.HeaderClassName
{
color: #C0208F;
}
.AnyTagClassName
{
color: #C0208F;
}
</style>
background-color css
<style>
a { background-color: #C0208F; }
a { background-color: rgb(192,32,143); }
div.DivClassName
{
background-color: #C0208F;
}
.BgClassName
{
background-color: #C0208F;
}
</style>
border-color css
<style>
span { border-color: #C0208F; }
span { border-color: rgb(192,32,143); }
td.TdClassName
{
border-color: #C0208F;
}
.TagClassName
{
border-color: #C0208F;
}
</style>