Shades of Medium Red Violet #C02589
Tints of Medium Red Violet #C02589
RGB
CMYK
RGB Variations
Color information
#C02589 (or 0xC02589) is known color: Medium Red Violet. HEX triplet: C0, 25 and 89. RGB value is (192,37,137). Sum of RGB (Red+Green+Blue) = 192+37+137=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C02589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02589 is #3FDA76. Grayscale: #5E5E5E. Windows color (decimal): -4184695 or 8988096. OLE color: 8988096.
HSL color Cylindrical-coordinate representation of color #C02589: hue angle of 321.29º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02589 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 137 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.25 |
| HSL | 321.29º | 0.68% | 0.45% | - |
| HSV(B) | 321.29º | 0.81% | 0.75% | - |
| XYZ | 26.92 | 14.34 | 25.02 | - |
| YUV | 94.75 | 151.85 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 137 | 0 | 0.81 | 0.29 | 0.25 | 321.29 | 0.68 | 0.45 |
| Hex | C0 | 25 | 89 | 0 | 51 | 1D | 19 | 141 | 44 | 2D |
| Octal | 300 | 45 | 211 | 0 | 121 | 35 | 31 | 501 | 104 | 55 |
| Binary | 11000000 | 100101 | 10001001 | 0 | 1010001 | 11101 | 11001 | 101000001 | 1000100 | 101101 |
Color Harmonies of #C02589
Complementary color
Monochromatic Colors of #C02589
Black with #C02589
Text Example
Text Example
White with #C02589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02589; }
p { color: rgb(192,37,137); }
H1.HeaderClassName
{
color: #C02589;
}
.AnyTagClassName
{
color: #C02589;
}
</style>
background-color css
<style>
a { background-color: #C02589; }
a { background-color: rgb(192,37,137); }
div.DivClassName
{
background-color: #C02589;
}
.BgClassName
{
background-color: #C02589;
}
</style>
border-color css
<style>
span { border-color: #C02589; }
span { border-color: rgb(192,37,137); }
td.TdClassName
{
border-color: #C02589;
}
.TagClassName
{
border-color: #C02589;
}
</style>