Shades of Medium Red Violet #C2289D
Tints of Medium Red Violet #C2289D
RGB
CMYK
RGB Variations
Color information
#C2289D (or 0xC2289D) is known color: Medium Red Violet. HEX triplet: C2, 28 and 9D. RGB value is (194,40,157). Sum of RGB (Red+Green+Blue) = 194+40+157=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2289D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2289D is #3DD762. Grayscale: #636363. Windows color (decimal): -4052835 or 10299586. OLE color: 10299586.
HSL color Cylindrical-coordinate representation of color #C2289D: hue angle of 314.42º degrees, saturation: 0.66, 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 #C2289D is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 157 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.24 |
| HSL | 314.42º | 0.66% | 0.46% | - |
| HSV(B) | 314.42º | 0.79% | 0.76% | - |
| XYZ | 29.09 | 15.42 | 33.34 | - |
| YUV | 99.38 | 160.52 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 157 | 0 | 0.79 | 0.19 | 0.24 | 314.42 | 0.66 | 0.46 |
| Hex | C2 | 28 | 9D | 0 | 4F | 13 | 18 | 13A | 42 | 2E |
| Octal | 302 | 50 | 235 | 0 | 117 | 23 | 30 | 472 | 102 | 56 |
| Binary | 11000010 | 101000 | 10011101 | 0 | 1001111 | 10011 | 11000 | 100111010 | 1000010 | 101110 |
Color Harmonies of #C2289D
Complementary color
Monochromatic Colors of #C2289D
Black with #C2289D
Text Example
Text Example
White with #C2289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2289D; }
p { color: rgb(194,40,157); }
H1.HeaderClassName
{
color: #C2289D;
}
.AnyTagClassName
{
color: #C2289D;
}
</style>
background-color css
<style>
a { background-color: #C2289D; }
a { background-color: rgb(194,40,157); }
div.DivClassName
{
background-color: #C2289D;
}
.BgClassName
{
background-color: #C2289D;
}
</style>
border-color css
<style>
span { border-color: #C2289D; }
span { border-color: rgb(194,40,157); }
td.TdClassName
{
border-color: #C2289D;
}
.TagClassName
{
border-color: #C2289D;
}
</style>