Shades of Medium Red Violet #C02889
Tints of Medium Red Violet #C02889
RGB
CMYK
RGB Variations
Color information
#C02889 (or 0xC02889) is known color: Medium Red Violet. HEX triplet: C0, 28 and 89. RGB value is (192,40,137). Sum of RGB (Red+Green+Blue) = 192+40+137=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C02889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02889 is #3FD776. Grayscale: #606060. Windows color (decimal): -4183927 or 8988864. OLE color: 8988864.
HSL color Cylindrical-coordinate representation of color #C02889: hue angle of 321.71º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02889 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 137 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.25 |
| HSL | 321.71º | 0.66% | 0.45% | - |
| HSV(B) | 321.71º | 0.79% | 0.75% | - |
| XYZ | 27.01 | 14.53 | 25.05 | - |
| YUV | 96.51 | 150.86 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 137 | 0 | 0.79 | 0.29 | 0.25 | 321.71 | 0.66 | 0.45 |
| Hex | C0 | 28 | 89 | 0 | 4F | 1D | 19 | 142 | 42 | 2D |
| Octal | 300 | 50 | 211 | 0 | 117 | 35 | 31 | 502 | 102 | 55 |
| Binary | 11000000 | 101000 | 10001001 | 0 | 1001111 | 11101 | 11001 | 101000010 | 1000010 | 101101 |
Color Harmonies of #C02889
Complementary color
Monochromatic Colors of #C02889
Black with #C02889
Text Example
Text Example
White with #C02889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02889; }
p { color: rgb(192,40,137); }
H1.HeaderClassName
{
color: #C02889;
}
.AnyTagClassName
{
color: #C02889;
}
</style>
background-color css
<style>
a { background-color: #C02889; }
a { background-color: rgb(192,40,137); }
div.DivClassName
{
background-color: #C02889;
}
.BgClassName
{
background-color: #C02889;
}
</style>
border-color css
<style>
span { border-color: #C02889; }
span { border-color: rgb(192,40,137); }
td.TdClassName
{
border-color: #C02889;
}
.TagClassName
{
border-color: #C02889;
}
</style>