Shades of Medium Violet Red #C0207F
Tints of Medium Violet Red #C0207F
RGB
CMYK
RGB Variations
Color information
#C0207F (or 0xC0207F) is known color: Medium Violet Red. HEX triplet: C0, 20 and 7F. RGB value is (192,32,127). Sum of RGB (Red+Green+Blue) = 192+32+127=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0207F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0207F is #3FDF80. Grayscale: #5A5A5A. Windows color (decimal): -4185985 or 8331456. OLE color: 8331456.
HSL color Cylindrical-coordinate representation of color #C0207F: hue angle of 324.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 #C0207F is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 127 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.25 |
| HSL | 324.38º | 0.71% | 0.44% | - |
| HSV(B) | 324.38º | 0.83% | 0.75% | - |
| XYZ | 26.09 | 13.77 | 21.36 | - |
| YUV | 90.67 | 148.51 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 127 | 0 | 0.83 | 0.34 | 0.25 | 324.38 | 0.71 | 0.44 |
| Hex | C0 | 20 | 7F | 0 | 53 | 22 | 19 | 144 | 47 | 2C |
| Octal | 300 | 40 | 177 | 0 | 123 | 42 | 31 | 504 | 107 | 54 |
| Binary | 11000000 | 100000 | 1111111 | 0 | 1010011 | 100010 | 11001 | 101000100 | 1000111 | 101100 |
Color Harmonies of #C0207F
Complementary color
Monochromatic Colors of #C0207F
Black with #C0207F
Text Example
Text Example
White with #C0207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0207F; }
p { color: rgb(192,32,127); }
H1.HeaderClassName
{
color: #C0207F;
}
.AnyTagClassName
{
color: #C0207F;
}
</style>
background-color css
<style>
a { background-color: #C0207F; }
a { background-color: rgb(192,32,127); }
div.DivClassName
{
background-color: #C0207F;
}
.BgClassName
{
background-color: #C0207F;
}
</style>
border-color css
<style>
span { border-color: #C0207F; }
span { border-color: rgb(192,32,127); }
td.TdClassName
{
border-color: #C0207F;
}
.TagClassName
{
border-color: #C0207F;
}
</style>