Shades of Medium Violet Red #C1237E
Tints of Medium Violet Red #C1237E
RGB
CMYK
RGB Variations
Color information
#C1237E (or 0xC1237E) is known color: Medium Violet Red. HEX triplet: C1, 23 and 7E. RGB value is (193,35,126). Sum of RGB (Red+Green+Blue) = 193+35+126=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1237E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1237E is #3EDC81. Grayscale: #5C5C5C. Windows color (decimal): -4119682 or 8266689. OLE color: 8266689.
HSL color Cylindrical-coordinate representation of color #C1237E: hue angle of 325.44º 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 #C1237E is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 126 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.24 |
| HSL | 325.44º | 0.69% | 0.45% | - |
| HSV(B) | 325.44º | 0.82% | 0.76% | - |
| XYZ | 26.36 | 14.05 | 21.06 | - |
| YUV | 92.62 | 146.85 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 126 | 0 | 0.82 | 0.35 | 0.24 | 325.44 | 0.69 | 0.45 |
| Hex | C1 | 23 | 7E | 0 | 52 | 23 | 18 | 145 | 45 | 2D |
| Octal | 301 | 43 | 176 | 0 | 122 | 43 | 30 | 505 | 105 | 55 |
| Binary | 11000001 | 100011 | 1111110 | 0 | 1010010 | 100011 | 11000 | 101000101 | 1000101 | 101101 |
Color Harmonies of #C1237E
Complementary color
Monochromatic Colors of #C1237E
Black with #C1237E
Text Example
Text Example
White with #C1237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1237E; }
p { color: rgb(193,35,126); }
H1.HeaderClassName
{
color: #C1237E;
}
.AnyTagClassName
{
color: #C1237E;
}
</style>
background-color css
<style>
a { background-color: #C1237E; }
a { background-color: rgb(193,35,126); }
div.DivClassName
{
background-color: #C1237E;
}
.BgClassName
{
background-color: #C1237E;
}
</style>
border-color css
<style>
span { border-color: #C1237E; }
span { border-color: rgb(193,35,126); }
td.TdClassName
{
border-color: #C1237E;
}
.TagClassName
{
border-color: #C1237E;
}
</style>