Shades of Medium Red Violet #C1326F
Tints of Medium Red Violet #C1326F
RGB
CMYK
RGB Variations
Color information
#C1326F (or 0xC1326F) is known color: Medium Red Violet. HEX triplet: C1, 32 and 6F. RGB value is (193,50,111). Sum of RGB (Red+Green+Blue) = 193+50+111=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1326F is #3ECD90. Grayscale: #636363. Windows color (decimal): -4115857 or 7287489. OLE color: 7287489.
HSL color Cylindrical-coordinate representation of color #C1326F: hue angle of 334.41º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1326F is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 111 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.24 |
| HSL | 334.41º | 0.59% | 0.48% | - |
| HSV(B) | 334.41º | 0.74% | 0.76% | - |
| XYZ | 26 | 14.77 | 16.52 | - |
| YUV | 99.71 | 134.38 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 111 | 0 | 0.74 | 0.42 | 0.24 | 334.41 | 0.59 | 0.48 |
| Hex | C1 | 32 | 6F | 0 | 4A | 2A | 18 | 14E | 3B | 30 |
| Octal | 301 | 62 | 157 | 0 | 112 | 52 | 30 | 516 | 73 | 60 |
| Binary | 11000001 | 110010 | 1101111 | 0 | 1001010 | 101010 | 11000 | 101001110 | 111011 | 110000 |
Color Harmonies of #C1326F
Complementary color
Monochromatic Colors of #C1326F
Black with #C1326F
Text Example
Text Example
White with #C1326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1326F; }
p { color: rgb(193,50,111); }
H1.HeaderClassName
{
color: #C1326F;
}
.AnyTagClassName
{
color: #C1326F;
}
</style>
background-color css
<style>
a { background-color: #C1326F; }
a { background-color: rgb(193,50,111); }
div.DivClassName
{
background-color: #C1326F;
}
.BgClassName
{
background-color: #C1326F;
}
</style>
border-color css
<style>
span { border-color: #C1326F; }
span { border-color: rgb(193,50,111); }
td.TdClassName
{
border-color: #C1326F;
}
.TagClassName
{
border-color: #C1326F;
}
</style>