Shades of Medium Violet Red #C1229B
Tints of Medium Violet Red #C1229B
RGB
CMYK
RGB Variations
Color information
#C1229B (or 0xC1229B) is known color: Medium Violet Red. HEX triplet: C1, 22 and 9B. RGB value is (193,34,155). Sum of RGB (Red+Green+Blue) = 193+34+155=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C1229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1229B is #3EDD64. Grayscale: #5F5F5F. Windows color (decimal): -4119909 or 10166977. OLE color: 10166977.
HSL color Cylindrical-coordinate representation of color #C1229B: hue angle of 314.34º 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 #C1229B is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 155 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.24 |
| HSL | 314.34º | 0.7% | 0.45% | - |
| HSV(B) | 314.34º | 0.82% | 0.76% | - |
| XYZ | 28.48 | 14.85 | 32.38 | - |
| YUV | 95.34 | 161.68 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 155 | 0 | 0.82 | 0.20 | 0.24 | 314.34 | 0.7 | 0.45 |
| Hex | C1 | 22 | 9B | 0 | 52 | 14 | 18 | 13A | 46 | 2D |
| Octal | 301 | 42 | 233 | 0 | 122 | 24 | 30 | 472 | 106 | 55 |
| Binary | 11000001 | 100010 | 10011011 | 0 | 1010010 | 10100 | 11000 | 100111010 | 1000110 | 101101 |
Color Harmonies of #C1229B
Complementary color
Monochromatic Colors of #C1229B
Black with #C1229B
Text Example
Text Example
White with #C1229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1229B; }
p { color: rgb(193,34,155); }
H1.HeaderClassName
{
color: #C1229B;
}
.AnyTagClassName
{
color: #C1229B;
}
</style>
background-color css
<style>
a { background-color: #C1229B; }
a { background-color: rgb(193,34,155); }
div.DivClassName
{
background-color: #C1229B;
}
.BgClassName
{
background-color: #C1229B;
}
</style>
border-color css
<style>
span { border-color: #C1229B; }
span { border-color: rgb(193,34,155); }
td.TdClassName
{
border-color: #C1229B;
}
.TagClassName
{
border-color: #C1229B;
}
</style>