Shades of Medium Violet Red #C1227E
Tints of Medium Violet Red #C1227E
RGB
CMYK
RGB Variations
Color information
#C1227E (or 0xC1227E) is known color: Medium Violet Red. HEX triplet: C1, 22 and 7E. RGB value is (193,34,126). Sum of RGB (Red+Green+Blue) = 193+34+126=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1227E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1227E is #3EDD81. Grayscale: #5B5B5B. Windows color (decimal): -4119938 or 8266433. OLE color: 8266433.
HSL color Cylindrical-coordinate representation of color #C1227E: hue angle of 325.28º degrees, saturation: 0.7, 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 #C1227E is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 126 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.24 |
| HSL | 325.28º | 0.7% | 0.45% | - |
| HSV(B) | 325.28º | 0.82% | 0.76% | - |
| XYZ | 26.33 | 13.99 | 21.05 | - |
| YUV | 92.03 | 147.18 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 126 | 0 | 0.82 | 0.35 | 0.24 | 325.28 | 0.7 | 0.45 |
| Hex | C1 | 22 | 7E | 0 | 52 | 23 | 18 | 145 | 46 | 2D |
| Octal | 301 | 42 | 176 | 0 | 122 | 43 | 30 | 505 | 106 | 55 |
| Binary | 11000001 | 100010 | 1111110 | 0 | 1010010 | 100011 | 11000 | 101000101 | 1000110 | 101101 |
Color Harmonies of #C1227E
Complementary color
Monochromatic Colors of #C1227E
Black with #C1227E
Text Example
Text Example
White with #C1227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1227E; }
p { color: rgb(193,34,126); }
H1.HeaderClassName
{
color: #C1227E;
}
.AnyTagClassName
{
color: #C1227E;
}
</style>
background-color css
<style>
a { background-color: #C1227E; }
a { background-color: rgb(193,34,126); }
div.DivClassName
{
background-color: #C1227E;
}
.BgClassName
{
background-color: #C1227E;
}
</style>
border-color css
<style>
span { border-color: #C1227E; }
span { border-color: rgb(193,34,126); }
td.TdClassName
{
border-color: #C1227E;
}
.TagClassName
{
border-color: #C1227E;
}
</style>