Shades of Medium Red Violet #C2246E
Tints of Medium Red Violet #C2246E
RGB
CMYK
RGB Variations
Color information
#C2246E (or 0xC2246E) is known color: Medium Red Violet. HEX triplet: C2, 24 and 6E. RGB value is (194,36,110). Sum of RGB (Red+Green+Blue) = 194+36+110=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2246E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2246E is #3DDB91. Grayscale: #5B5B5B. Windows color (decimal): -4053906 or 7218370. OLE color: 7218370.
HSL color Cylindrical-coordinate representation of color #C2246E: hue angle of 331.9º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2246E is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 110 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.24 |
| HSL | 331.9º | 0.69% | 0.45% | - |
| HSV(B) | 331.9º | 0.81% | 0.76% | - |
| XYZ | 25.69 | 13.86 | 16.07 | - |
| YUV | 91.68 | 138.35 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 110 | 0 | 0.81 | 0.43 | 0.24 | 331.9 | 0.69 | 0.45 |
| Hex | C2 | 24 | 6E | 0 | 51 | 2B | 18 | 14C | 45 | 2D |
| Octal | 302 | 44 | 156 | 0 | 121 | 53 | 30 | 514 | 105 | 55 |
| Binary | 11000010 | 100100 | 1101110 | 0 | 1010001 | 101011 | 11000 | 101001100 | 1000101 | 101101 |
Color Harmonies of #C2246E
Complementary color
Monochromatic Colors of #C2246E
Black with #C2246E
Text Example
Text Example
White with #C2246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2246E; }
p { color: rgb(194,36,110); }
H1.HeaderClassName
{
color: #C2246E;
}
.AnyTagClassName
{
color: #C2246E;
}
</style>
background-color css
<style>
a { background-color: #C2246E; }
a { background-color: rgb(194,36,110); }
div.DivClassName
{
background-color: #C2246E;
}
.BgClassName
{
background-color: #C2246E;
}
</style>
border-color css
<style>
span { border-color: #C2246E; }
span { border-color: rgb(194,36,110); }
td.TdClassName
{
border-color: #C2246E;
}
.TagClassName
{
border-color: #C2246E;
}
</style>