Shades of Medium Violet Red #C02189
Tints of Medium Violet Red #C02189
RGB
CMYK
RGB Variations
Color information
#C02189 (or 0xC02189) is known color: Medium Violet Red. HEX triplet: C0, 21 and 89. RGB value is (192,33,137). Sum of RGB (Red+Green+Blue) = 192+33+137=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C02189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02189 is #3FDE76. Grayscale: #5C5C5C. Windows color (decimal): -4185719 or 8987072. OLE color: 8987072.
HSL color Cylindrical-coordinate representation of color #C02189: hue angle of 320.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02189 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 137 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.25 |
| HSL | 320.75º | 0.71% | 0.44% | - |
| HSV(B) | 320.75º | 0.83% | 0.75% | - |
| XYZ | 26.8 | 14.1 | 24.98 | - |
| YUV | 92.4 | 153.18 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 137 | 0 | 0.83 | 0.29 | 0.25 | 320.75 | 0.71 | 0.44 |
| Hex | C0 | 21 | 89 | 0 | 53 | 1D | 19 | 141 | 47 | 2C |
| Octal | 300 | 41 | 211 | 0 | 123 | 35 | 31 | 501 | 107 | 54 |
| Binary | 11000000 | 100001 | 10001001 | 0 | 1010011 | 11101 | 11001 | 101000001 | 1000111 | 101100 |
Color Harmonies of #C02189
Complementary color
Monochromatic Colors of #C02189
Black with #C02189
Text Example
Text Example
White with #C02189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02189; }
p { color: rgb(192,33,137); }
H1.HeaderClassName
{
color: #C02189;
}
.AnyTagClassName
{
color: #C02189;
}
</style>
background-color css
<style>
a { background-color: #C02189; }
a { background-color: rgb(192,33,137); }
div.DivClassName
{
background-color: #C02189;
}
.BgClassName
{
background-color: #C02189;
}
</style>
border-color css
<style>
span { border-color: #C02189; }
span { border-color: rgb(192,33,137); }
td.TdClassName
{
border-color: #C02189;
}
.TagClassName
{
border-color: #C02189;
}
</style>