Shades of Medium Red Violet #C2289C
Tints of Medium Red Violet #C2289C
RGB
CMYK
RGB Variations
Color information
#C2289C (or 0xC2289C) is known color: Medium Red Violet. HEX triplet: C2, 28 and 9C. RGB value is (194,40,156). Sum of RGB (Red+Green+Blue) = 194+40+156=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2289C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2289C is #3DD763. Grayscale: #626262. Windows color (decimal): -4052836 or 10234050. OLE color: 10234050.
HSL color Cylindrical-coordinate representation of color #C2289C: hue angle of 314.81º 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 #C2289C is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 156 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.24 |
| HSL | 314.81º | 0.66% | 0.46% | - |
| HSV(B) | 314.81º | 0.79% | 0.76% | - |
| XYZ | 29.01 | 15.39 | 32.89 | - |
| YUV | 99.27 | 160.02 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 156 | 0 | 0.79 | 0.20 | 0.24 | 314.81 | 0.66 | 0.46 |
| Hex | C2 | 28 | 9C | 0 | 4F | 14 | 18 | 13B | 42 | 2E |
| Octal | 302 | 50 | 234 | 0 | 117 | 24 | 30 | 473 | 102 | 56 |
| Binary | 11000010 | 101000 | 10011100 | 0 | 1001111 | 10100 | 11000 | 100111011 | 1000010 | 101110 |
Color Harmonies of #C2289C
Complementary color
Monochromatic Colors of #C2289C
Black with #C2289C
Text Example
Text Example
White with #C2289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2289C; }
p { color: rgb(194,40,156); }
H1.HeaderClassName
{
color: #C2289C;
}
.AnyTagClassName
{
color: #C2289C;
}
</style>
background-color css
<style>
a { background-color: #C2289C; }
a { background-color: rgb(194,40,156); }
div.DivClassName
{
background-color: #C2289C;
}
.BgClassName
{
background-color: #C2289C;
}
</style>
border-color css
<style>
span { border-color: #C2289C; }
span { border-color: rgb(194,40,156); }
td.TdClassName
{
border-color: #C2289C;
}
.TagClassName
{
border-color: #C2289C;
}
</style>