Shades of Medium Red Violet #C2266E
Tints of Medium Red Violet #C2266E
RGB
CMYK
RGB Variations
Color information
#C2266E (or 0xC2266E) is known color: Medium Red Violet. HEX triplet: C2, 26 and 6E. RGB value is (194,38,110). Sum of RGB (Red+Green+Blue) = 194+38+110=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C2266E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2266E is #3DD991. Grayscale: #5C5C5C. Windows color (decimal): -4053394 or 7218882. OLE color: 7218882.
HSL color Cylindrical-coordinate representation of color #C2266E: hue angle of 332.31º 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 #C2266E is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 110 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.24 |
| HSL | 332.31º | 0.67% | 0.45% | - |
| HSV(B) | 332.31º | 0.8% | 0.76% | - |
| XYZ | 25.76 | 13.98 | 16.09 | - |
| YUV | 92.85 | 137.68 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 110 | 0 | 0.80 | 0.43 | 0.24 | 332.31 | 0.67 | 0.45 |
| Hex | C2 | 26 | 6E | 0 | 50 | 2B | 18 | 14C | 43 | 2D |
| Octal | 302 | 46 | 156 | 0 | 120 | 53 | 30 | 514 | 103 | 55 |
| Binary | 11000010 | 100110 | 1101110 | 0 | 1010000 | 101011 | 11000 | 101001100 | 1000011 | 101101 |
Color Harmonies of #C2266E
Complementary color
Monochromatic Colors of #C2266E
Black with #C2266E
Text Example
Text Example
White with #C2266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2266E; }
p { color: rgb(194,38,110); }
H1.HeaderClassName
{
color: #C2266E;
}
.AnyTagClassName
{
color: #C2266E;
}
</style>
background-color css
<style>
a { background-color: #C2266E; }
a { background-color: rgb(194,38,110); }
div.DivClassName
{
background-color: #C2266E;
}
.BgClassName
{
background-color: #C2266E;
}
</style>
border-color css
<style>
span { border-color: #C2266E; }
span { border-color: rgb(194,38,110); }
td.TdClassName
{
border-color: #C2266E;
}
.TagClassName
{
border-color: #C2266E;
}
</style>