Shades of Medium Red Violet #C22589
Tints of Medium Red Violet #C22589
RGB
CMYK
RGB Variations
Color information
#C22589 (or 0xC22589) is known color: Medium Red Violet. HEX triplet: C2, 25 and 89. RGB value is (194,37,137). Sum of RGB (Red+Green+Blue) = 194+37+137=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C22589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22589 is #3DDA76. Grayscale: #5F5F5F. Windows color (decimal): -4053623 or 8988098. OLE color: 8988098.
HSL color Cylindrical-coordinate representation of color #C22589: hue angle of 321.78º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22589 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 137 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.24 |
| HSL | 321.78º | 0.68% | 0.45% | - |
| HSV(B) | 321.78º | 0.81% | 0.76% | - |
| XYZ | 27.43 | 14.6 | 25.04 | - |
| YUV | 95.34 | 151.51 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 137 | 0 | 0.81 | 0.29 | 0.24 | 321.78 | 0.68 | 0.45 |
| Hex | C2 | 25 | 89 | 0 | 51 | 1D | 18 | 142 | 44 | 2D |
| Octal | 302 | 45 | 211 | 0 | 121 | 35 | 30 | 502 | 104 | 55 |
| Binary | 11000010 | 100101 | 10001001 | 0 | 1010001 | 11101 | 11000 | 101000010 | 1000100 | 101101 |
Color Harmonies of #C22589
Complementary color
Monochromatic Colors of #C22589
Black with #C22589
Text Example
Text Example
White with #C22589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22589; }
p { color: rgb(194,37,137); }
H1.HeaderClassName
{
color: #C22589;
}
.AnyTagClassName
{
color: #C22589;
}
</style>
background-color css
<style>
a { background-color: #C22589; }
a { background-color: rgb(194,37,137); }
div.DivClassName
{
background-color: #C22589;
}
.BgClassName
{
background-color: #C22589;
}
</style>
border-color css
<style>
span { border-color: #C22589; }
span { border-color: rgb(194,37,137); }
td.TdClassName
{
border-color: #C22589;
}
.TagClassName
{
border-color: #C22589;
}
</style>