Shades of Medium Red Violet #C2296C
Tints of Medium Red Violet #C2296C
RGB
CMYK
RGB Variations
Color information
#C2296C (or 0xC2296C) is known color: Medium Red Violet. HEX triplet: C2, 29 and 6C. RGB value is (194,41,108). Sum of RGB (Red+Green+Blue) = 194+41+108=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C2296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2296C is #3DD693. Grayscale: #5E5E5E. Windows color (decimal): -4052628 or 7088578. OLE color: 7088578.
HSL color Cylindrical-coordinate representation of color #C2296C: hue angle of 333.73º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2296C is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 108 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.24 |
| HSL | 333.73º | 0.65% | 0.46% | - |
| HSV(B) | 333.73º | 0.79% | 0.76% | - |
| XYZ | 25.75 | 14.14 | 15.56 | - |
| YUV | 94.39 | 135.69 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 108 | 0 | 0.79 | 0.44 | 0.24 | 333.73 | 0.65 | 0.46 |
| Hex | C2 | 29 | 6C | 0 | 4F | 2C | 18 | 14E | 41 | 2E |
| Octal | 302 | 51 | 154 | 0 | 117 | 54 | 30 | 516 | 101 | 56 |
| Binary | 11000010 | 101001 | 1101100 | 0 | 1001111 | 101100 | 11000 | 101001110 | 1000001 | 101110 |
Color Harmonies of #C2296C
Complementary color
Monochromatic Colors of #C2296C
Black with #C2296C
Text Example
Text Example
White with #C2296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2296C; }
p { color: rgb(194,41,108); }
H1.HeaderClassName
{
color: #C2296C;
}
.AnyTagClassName
{
color: #C2296C;
}
</style>
background-color css
<style>
a { background-color: #C2296C; }
a { background-color: rgb(194,41,108); }
div.DivClassName
{
background-color: #C2296C;
}
.BgClassName
{
background-color: #C2296C;
}
</style>
border-color css
<style>
span { border-color: #C2296C; }
span { border-color: rgb(194,41,108); }
td.TdClassName
{
border-color: #C2296C;
}
.TagClassName
{
border-color: #C2296C;
}
</style>