Shades of Medium Violet Red #C1237C
Tints of Medium Violet Red #C1237C
RGB
CMYK
RGB Variations
Color information
#C1237C (or 0xC1237C) is known color: Medium Violet Red. HEX triplet: C1, 23 and 7C. RGB value is (193,35,124). Sum of RGB (Red+Green+Blue) = 193+35+124=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C1237C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1237C is #3EDC83. Grayscale: #5C5C5C. Windows color (decimal): -4119684 or 8135617. OLE color: 8135617.
HSL color Cylindrical-coordinate representation of color #C1237C: hue angle of 326.2º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1237C is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 124 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.24 |
| HSL | 326.2º | 0.69% | 0.45% | - |
| HSV(B) | 326.2º | 0.82% | 0.76% | - |
| XYZ | 26.23 | 13.99 | 20.39 | - |
| YUV | 92.39 | 145.85 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 124 | 0 | 0.82 | 0.36 | 0.24 | 326.2 | 0.69 | 0.45 |
| Hex | C1 | 23 | 7C | 0 | 52 | 24 | 18 | 146 | 45 | 2D |
| Octal | 301 | 43 | 174 | 0 | 122 | 44 | 30 | 506 | 105 | 55 |
| Binary | 11000001 | 100011 | 1111100 | 0 | 1010010 | 100100 | 11000 | 101000110 | 1000101 | 101101 |
Color Harmonies of #C1237C
Complementary color
Monochromatic Colors of #C1237C
Black with #C1237C
Text Example
Text Example
White with #C1237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1237C; }
p { color: rgb(193,35,124); }
H1.HeaderClassName
{
color: #C1237C;
}
.AnyTagClassName
{
color: #C1237C;
}
</style>
background-color css
<style>
a { background-color: #C1237C; }
a { background-color: rgb(193,35,124); }
div.DivClassName
{
background-color: #C1237C;
}
.BgClassName
{
background-color: #C1237C;
}
</style>
border-color css
<style>
span { border-color: #C1237C; }
span { border-color: rgb(193,35,124); }
td.TdClassName
{
border-color: #C1237C;
}
.TagClassName
{
border-color: #C1237C;
}
</style>