Shades of Medium Red Violet #C2298F
Tints of Medium Red Violet #C2298F
RGB
CMYK
RGB Variations
Color information
#C2298F (or 0xC2298F) is known color: Medium Red Violet. HEX triplet: C2, 29 and 8F. RGB value is (194,41,143). Sum of RGB (Red+Green+Blue) = 194+41+143=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C2298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2298F is #3DD670. Grayscale: #626262. Windows color (decimal): -4052593 or 9382338. OLE color: 9382338.
HSL color Cylindrical-coordinate representation of color #C2298F: hue angle of 320º 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 #C2298F is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 143 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.24 |
| HSL | 320º | 0.65% | 0.46% | - |
| HSV(B) | 320º | 0.79% | 0.76% | - |
| XYZ | 28 | 15.04 | 27.41 | - |
| YUV | 98.38 | 153.19 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 143 | 0 | 0.79 | 0.26 | 0.24 | 320 | 0.65 | 0.46 |
| Hex | C2 | 29 | 8F | 0 | 4F | 1A | 18 | 140 | 41 | 2E |
| Octal | 302 | 51 | 217 | 0 | 117 | 32 | 30 | 500 | 101 | 56 |
| Binary | 11000010 | 101001 | 10001111 | 0 | 1001111 | 11010 | 11000 | 101000000 | 1000001 | 101110 |
Color Harmonies of #C2298F
Complementary color
Monochromatic Colors of #C2298F
Black with #C2298F
Text Example
Text Example
White with #C2298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2298F; }
p { color: rgb(194,41,143); }
H1.HeaderClassName
{
color: #C2298F;
}
.AnyTagClassName
{
color: #C2298F;
}
</style>
background-color css
<style>
a { background-color: #C2298F; }
a { background-color: rgb(194,41,143); }
div.DivClassName
{
background-color: #C2298F;
}
.BgClassName
{
background-color: #C2298F;
}
</style>
border-color css
<style>
span { border-color: #C2298F; }
span { border-color: rgb(194,41,143); }
td.TdClassName
{
border-color: #C2298F;
}
.TagClassName
{
border-color: #C2298F;
}
</style>