Shades of Medium Violet Red #C1208D
Tints of Medium Violet Red #C1208D
RGB
CMYK
RGB Variations
Color information
#C1208D (or 0xC1208D) is known color: Medium Violet Red. HEX triplet: C1, 20 and 8D. RGB value is (193,32,141). Sum of RGB (Red+Green+Blue) = 193+32+141=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1208D is #3EDF72. Grayscale: #5C5C5C. Windows color (decimal): -4120435 or 9248961. OLE color: 9248961.
HSL color Cylindrical-coordinate representation of color #C1208D: hue angle of 319.38º 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 #C1208D is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 141 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.24 |
| HSL | 319.38º | 0.72% | 0.44% | - |
| HSV(B) | 319.38º | 0.83% | 0.76% | - |
| XYZ | 27.32 | 14.29 | 26.52 | - |
| YUV | 92.57 | 155.34 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 141 | 0 | 0.83 | 0.27 | 0.24 | 319.38 | 0.72 | 0.44 |
| Hex | C1 | 20 | 8D | 0 | 53 | 1B | 18 | 13F | 48 | 2C |
| Octal | 301 | 40 | 215 | 0 | 123 | 33 | 30 | 477 | 110 | 54 |
| Binary | 11000001 | 100000 | 10001101 | 0 | 1010011 | 11011 | 11000 | 100111111 | 1001000 | 101100 |
Color Harmonies of #C1208D
Complementary color
Monochromatic Colors of #C1208D
Black with #C1208D
Text Example
Text Example
White with #C1208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1208D; }
p { color: rgb(193,32,141); }
H1.HeaderClassName
{
color: #C1208D;
}
.AnyTagClassName
{
color: #C1208D;
}
</style>
background-color css
<style>
a { background-color: #C1208D; }
a { background-color: rgb(193,32,141); }
div.DivClassName
{
background-color: #C1208D;
}
.BgClassName
{
background-color: #C1208D;
}
</style>
border-color css
<style>
span { border-color: #C1208D; }
span { border-color: rgb(193,32,141); }
td.TdClassName
{
border-color: #C1208D;
}
.TagClassName
{
border-color: #C1208D;
}
</style>