Shades of Medium Violet Red #C1226B
Tints of Medium Violet Red #C1226B
RGB
CMYK
RGB Variations
Color information
#C1226B (or 0xC1226B) is known color: Medium Violet Red. HEX triplet: C1, 22 and 6B. RGB value is (193,34,107). Sum of RGB (Red+Green+Blue) = 193+34+107=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C1226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1226B is #3EDD94. Grayscale: #595959. Windows color (decimal): -4119957 or 7021249. OLE color: 7021249.
HSL color Cylindrical-coordinate representation of color #C1226B: hue angle of 332.45º 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 #C1226B is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 107 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.24 |
| HSL | 332.45º | 0.7% | 0.45% | - |
| HSV(B) | 332.45º | 0.82% | 0.76% | - |
| XYZ | 25.22 | 13.54 | 15.19 | - |
| YUV | 89.86 | 137.68 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 107 | 0 | 0.82 | 0.45 | 0.24 | 332.45 | 0.7 | 0.45 |
| Hex | C1 | 22 | 6B | 0 | 52 | 2D | 18 | 14C | 46 | 2D |
| Octal | 301 | 42 | 153 | 0 | 122 | 55 | 30 | 514 | 106 | 55 |
| Binary | 11000001 | 100010 | 1101011 | 0 | 1010010 | 101101 | 11000 | 101001100 | 1000110 | 101101 |
Color Harmonies of #C1226B
Complementary color
Monochromatic Colors of #C1226B
Black with #C1226B
Text Example
Text Example
White with #C1226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1226B; }
p { color: rgb(193,34,107); }
H1.HeaderClassName
{
color: #C1226B;
}
.AnyTagClassName
{
color: #C1226B;
}
</style>
background-color css
<style>
a { background-color: #C1226B; }
a { background-color: rgb(193,34,107); }
div.DivClassName
{
background-color: #C1226B;
}
.BgClassName
{
background-color: #C1226B;
}
</style>
border-color css
<style>
span { border-color: #C1226B; }
span { border-color: rgb(193,34,107); }
td.TdClassName
{
border-color: #C1226B;
}
.TagClassName
{
border-color: #C1226B;
}
</style>