Shades of Medium Red Violet #C1266E
Tints of Medium Red Violet #C1266E
RGB
CMYK
RGB Variations
Color information
#C1266E (or 0xC1266E) is known color: Medium Red Violet. HEX triplet: C1, 26 and 6E. RGB value is (193,38,110). Sum of RGB (Red+Green+Blue) = 193+38+110=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1266E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1266E is #3ED991. Grayscale: #5C5C5C. Windows color (decimal): -4118930 or 7218881. OLE color: 7218881.
HSL color Cylindrical-coordinate representation of color #C1266E: hue angle of 332.13º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1266E is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 110 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.24 |
| HSL | 332.13º | 0.67% | 0.45% | - |
| HSV(B) | 332.13º | 0.8% | 0.76% | - |
| XYZ | 25.5 | 13.85 | 16.08 | - |
| YUV | 92.55 | 137.85 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 110 | 0 | 0.80 | 0.43 | 0.24 | 332.13 | 0.67 | 0.45 |
| Hex | C1 | 26 | 6E | 0 | 50 | 2B | 18 | 14C | 43 | 2D |
| Octal | 301 | 46 | 156 | 0 | 120 | 53 | 30 | 514 | 103 | 55 |
| Binary | 11000001 | 100110 | 1101110 | 0 | 1010000 | 101011 | 11000 | 101001100 | 1000011 | 101101 |
Color Harmonies of #C1266E
Complementary color
Monochromatic Colors of #C1266E
Black with #C1266E
Text Example
Text Example
White with #C1266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1266E; }
p { color: rgb(193,38,110); }
H1.HeaderClassName
{
color: #C1266E;
}
.AnyTagClassName
{
color: #C1266E;
}
</style>
background-color css
<style>
a { background-color: #C1266E; }
a { background-color: rgb(193,38,110); }
div.DivClassName
{
background-color: #C1266E;
}
.BgClassName
{
background-color: #C1266E;
}
</style>
border-color css
<style>
span { border-color: #C1266E; }
span { border-color: rgb(193,38,110); }
td.TdClassName
{
border-color: #C1266E;
}
.TagClassName
{
border-color: #C1266E;
}
</style>