Shades of Medium Violet Red #C1228A
Tints of Medium Violet Red #C1228A
RGB
CMYK
RGB Variations
Color information
#C1228A (or 0xC1228A) is known color: Medium Violet Red. HEX triplet: C1, 22 and 8A. RGB value is (193,34,138). Sum of RGB (Red+Green+Blue) = 193+34+138=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C1228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1228A is #3EDD75. Grayscale: #5D5D5D. Windows color (decimal): -4119926 or 9052865. OLE color: 9052865.
HSL color Cylindrical-coordinate representation of color #C1228A: hue angle of 320.75º 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 #C1228A is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 138 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.24 |
| HSL | 320.75º | 0.7% | 0.45% | - |
| HSV(B) | 320.75º | 0.82% | 0.76% | - |
| XYZ | 27.15 | 14.32 | 25.38 | - |
| YUV | 93.4 | 153.18 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 138 | 0 | 0.82 | 0.28 | 0.24 | 320.75 | 0.7 | 0.45 |
| Hex | C1 | 22 | 8A | 0 | 52 | 1C | 18 | 141 | 46 | 2D |
| Octal | 301 | 42 | 212 | 0 | 122 | 34 | 30 | 501 | 106 | 55 |
| Binary | 11000001 | 100010 | 10001010 | 0 | 1010010 | 11100 | 11000 | 101000001 | 1000110 | 101101 |
Color Harmonies of #C1228A
Complementary color
Monochromatic Colors of #C1228A
Black with #C1228A
Text Example
Text Example
White with #C1228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1228A; }
p { color: rgb(193,34,138); }
H1.HeaderClassName
{
color: #C1228A;
}
.AnyTagClassName
{
color: #C1228A;
}
</style>
background-color css
<style>
a { background-color: #C1228A; }
a { background-color: rgb(193,34,138); }
div.DivClassName
{
background-color: #C1228A;
}
.BgClassName
{
background-color: #C1228A;
}
</style>
border-color css
<style>
span { border-color: #C1228A; }
span { border-color: rgb(193,34,138); }
td.TdClassName
{
border-color: #C1228A;
}
.TagClassName
{
border-color: #C1228A;
}
</style>