Shades of Medium Red Violet #C2298D
Tints of Medium Red Violet #C2298D
RGB
CMYK
RGB Variations
Color information
#C2298D (or 0xC2298D) is known color: Medium Red Violet. HEX triplet: C2, 29 and 8D. RGB value is (194,41,141). Sum of RGB (Red+Green+Blue) = 194+41+141=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C2298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2298D is #3DD672. Grayscale: #616161. Windows color (decimal): -4052595 or 9251266. OLE color: 9251266.
HSL color Cylindrical-coordinate representation of color #C2298D: hue angle of 320.78º 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 #C2298D is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 141 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.24 |
| HSL | 320.78º | 0.65% | 0.46% | - |
| HSV(B) | 320.78º | 0.79% | 0.76% | - |
| XYZ | 27.85 | 14.98 | 26.62 | - |
| YUV | 98.15 | 152.19 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 141 | 0 | 0.79 | 0.27 | 0.24 | 320.78 | 0.65 | 0.46 |
| Hex | C2 | 29 | 8D | 0 | 4F | 1B | 18 | 141 | 41 | 2E |
| Octal | 302 | 51 | 215 | 0 | 117 | 33 | 30 | 501 | 101 | 56 |
| Binary | 11000010 | 101001 | 10001101 | 0 | 1001111 | 11011 | 11000 | 101000001 | 1000001 | 101110 |
Color Harmonies of #C2298D
Complementary color
Monochromatic Colors of #C2298D
Black with #C2298D
Text Example
Text Example
White with #C2298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2298D; }
p { color: rgb(194,41,141); }
H1.HeaderClassName
{
color: #C2298D;
}
.AnyTagClassName
{
color: #C2298D;
}
</style>
background-color css
<style>
a { background-color: #C2298D; }
a { background-color: rgb(194,41,141); }
div.DivClassName
{
background-color: #C2298D;
}
.BgClassName
{
background-color: #C2298D;
}
</style>
border-color css
<style>
span { border-color: #C2298D; }
span { border-color: rgb(194,41,141); }
td.TdClassName
{
border-color: #C2298D;
}
.TagClassName
{
border-color: #C2298D;
}
</style>