Shades of Medium Violet Red #C0209F
Tints of Medium Violet Red #C0209F
RGB
CMYK
RGB Variations
Color information
#C0209F (or 0xC0209F) is known color: Medium Violet Red. HEX triplet: C0, 20 and 9F. RGB value is (192,32,159). Sum of RGB (Red+Green+Blue) = 192+32+159=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0209F is #3FDF60. Grayscale: #5D5D5D. Windows color (decimal): -4185953 or 10428608. OLE color: 10428608.
HSL color Cylindrical-coordinate representation of color #C0209F: hue angle of 312.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 #C0209F is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 159 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.25 |
| HSL | 312.38º | 0.71% | 0.44% | - |
| HSV(B) | 312.38º | 0.83% | 0.75% | - |
| XYZ | 28.51 | 14.74 | 34.14 | - |
| YUV | 94.32 | 164.51 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 159 | 0 | 0.83 | 0.17 | 0.25 | 312.38 | 0.71 | 0.44 |
| Hex | C0 | 20 | 9F | 0 | 53 | 11 | 19 | 138 | 47 | 2C |
| Octal | 300 | 40 | 237 | 0 | 123 | 21 | 31 | 470 | 107 | 54 |
| Binary | 11000000 | 100000 | 10011111 | 0 | 1010011 | 10001 | 11001 | 100111000 | 1000111 | 101100 |
Color Harmonies of #C0209F
Complementary color
Monochromatic Colors of #C0209F
Black with #C0209F
Text Example
Text Example
White with #C0209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0209F; }
p { color: rgb(192,32,159); }
H1.HeaderClassName
{
color: #C0209F;
}
.AnyTagClassName
{
color: #C0209F;
}
</style>
background-color css
<style>
a { background-color: #C0209F; }
a { background-color: rgb(192,32,159); }
div.DivClassName
{
background-color: #C0209F;
}
.BgClassName
{
background-color: #C0209F;
}
</style>
border-color css
<style>
span { border-color: #C0209F; }
span { border-color: rgb(192,32,159); }
td.TdClassName
{
border-color: #C0209F;
}
.TagClassName
{
border-color: #C0209F;
}
</style>