Shades of Medium Violet Red #C1209B
Tints of Medium Violet Red #C1209B
RGB
CMYK
RGB Variations
Color information
#C1209B (or 0xC1209B) is known color: Medium Violet Red. HEX triplet: C1, 20 and 9B. RGB value is (193,32,155). Sum of RGB (Red+Green+Blue) = 193+32+155=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C1209B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1209B is #3EDF64. Grayscale: #5D5D5D. Windows color (decimal): -4120421 or 10166465. OLE color: 10166465.
HSL color Cylindrical-coordinate representation of color #C1209B: hue angle of 314.16º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1209B is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 155 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.24 |
| HSL | 314.16º | 0.72% | 0.44% | - |
| HSV(B) | 314.16º | 0.83% | 0.76% | - |
| XYZ | 28.43 | 14.74 | 32.36 | - |
| YUV | 94.16 | 162.34 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 155 | 0 | 0.83 | 0.20 | 0.24 | 314.16 | 0.72 | 0.44 |
| Hex | C1 | 20 | 9B | 0 | 53 | 14 | 18 | 13A | 48 | 2C |
| Octal | 301 | 40 | 233 | 0 | 123 | 24 | 30 | 472 | 110 | 54 |
| Binary | 11000001 | 100000 | 10011011 | 0 | 1010011 | 10100 | 11000 | 100111010 | 1001000 | 101100 |
Color Harmonies of #C1209B
Complementary color
Monochromatic Colors of #C1209B
Black with #C1209B
Text Example
Text Example
White with #C1209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1209B; }
p { color: rgb(193,32,155); }
H1.HeaderClassName
{
color: #C1209B;
}
.AnyTagClassName
{
color: #C1209B;
}
</style>
background-color css
<style>
a { background-color: #C1209B; }
a { background-color: rgb(193,32,155); }
div.DivClassName
{
background-color: #C1209B;
}
.BgClassName
{
background-color: #C1209B;
}
</style>
border-color css
<style>
span { border-color: #C1209B; }
span { border-color: rgb(193,32,155); }
td.TdClassName
{
border-color: #C1209B;
}
.TagClassName
{
border-color: #C1209B;
}
</style>