Shades of Medium Red Violet #C02E8D
Tints of Medium Red Violet #C02E8D
RGB
CMYK
RGB Variations
Color information
#C02E8D (or 0xC02E8D) is known color: Medium Red Violet. HEX triplet: C0, 2E and 8D. RGB value is (192,46,141). Sum of RGB (Red+Green+Blue) = 192+46+141=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02E8D is #3FD172. Grayscale: #646464. Windows color (decimal): -4182387 or 9252544. OLE color: 9252544.
HSL color Cylindrical-coordinate representation of color #C02E8D: hue angle of 320.96º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02E8D is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 141 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.25 |
| HSL | 320.96º | 0.61% | 0.47% | - |
| HSV(B) | 320.96º | 0.76% | 0.75% | - |
| XYZ | 27.52 | 15.08 | 26.66 | - |
| YUV | 100.48 | 150.87 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 141 | 0 | 0.76 | 0.27 | 0.25 | 320.96 | 0.61 | 0.47 |
| Hex | C0 | 2E | 8D | 0 | 4C | 1B | 19 | 141 | 3D | 2F |
| Octal | 300 | 56 | 215 | 0 | 114 | 33 | 31 | 501 | 75 | 57 |
| Binary | 11000000 | 101110 | 10001101 | 0 | 1001100 | 11011 | 11001 | 101000001 | 111101 | 101111 |
Color Harmonies of #C02E8D
Complementary color
Monochromatic Colors of #C02E8D
Black with #C02E8D
Text Example
Text Example
White with #C02E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02E8D; }
p { color: rgb(192,46,141); }
H1.HeaderClassName
{
color: #C02E8D;
}
.AnyTagClassName
{
color: #C02E8D;
}
</style>
background-color css
<style>
a { background-color: #C02E8D; }
a { background-color: rgb(192,46,141); }
div.DivClassName
{
background-color: #C02E8D;
}
.BgClassName
{
background-color: #C02E8D;
}
</style>
border-color css
<style>
span { border-color: #C02E8D; }
span { border-color: rgb(192,46,141); }
td.TdClassName
{
border-color: #C02E8D;
}
.TagClassName
{
border-color: #C02E8D;
}
</style>