Shades of Medium Violet Red #C1249F
Tints of Medium Violet Red #C1249F
RGB
CMYK
RGB Variations
Color information
#C1249F (or 0xC1249F) is known color: Medium Violet Red. HEX triplet: C1, 24 and 9F. RGB value is (193,36,159). Sum of RGB (Red+Green+Blue) = 193+36+159=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1249F is #3EDB60. Grayscale: #606060. Windows color (decimal): -4119393 or 10429633. OLE color: 10429633.
HSL color Cylindrical-coordinate representation of color #C1249F: hue angle of 312.99º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1249F is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 36 | 159 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.24 |
| HSL | 312.99º | 0.69% | 0.45% | - |
| HSV(B) | 312.99º | 0.81% | 0.76% | - |
| XYZ | 28.88 | 15.1 | 34.19 | - |
| YUV | 96.97 | 163.01 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 159 | 0 | 0.81 | 0.18 | 0.24 | 312.99 | 0.69 | 0.45 |
| Hex | C1 | 24 | 9F | 0 | 51 | 12 | 18 | 139 | 45 | 2D |
| Octal | 301 | 44 | 237 | 0 | 121 | 22 | 30 | 471 | 105 | 55 |
| Binary | 11000001 | 100100 | 10011111 | 0 | 1010001 | 10010 | 11000 | 100111001 | 1000101 | 101101 |
Color Harmonies of #C1249F
Complementary color
Monochromatic Colors of #C1249F
Black with #C1249F
Text Example
Text Example
White with #C1249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1249F; }
p { color: rgb(193,36,159); }
H1.HeaderClassName
{
color: #C1249F;
}
.AnyTagClassName
{
color: #C1249F;
}
</style>
background-color css
<style>
a { background-color: #C1249F; }
a { background-color: rgb(193,36,159); }
div.DivClassName
{
background-color: #C1249F;
}
.BgClassName
{
background-color: #C1249F;
}
</style>
border-color css
<style>
span { border-color: #C1249F; }
span { border-color: rgb(193,36,159); }
td.TdClassName
{
border-color: #C1249F;
}
.TagClassName
{
border-color: #C1249F;
}
</style>