Shades of Medium Red Violet #C02881
Tints of Medium Red Violet #C02881
RGB
CMYK
RGB Variations
Color information
#C02881 (or 0xC02881) is known color: Medium Red Violet. HEX triplet: C0, 28 and 81. RGB value is (192,40,129). Sum of RGB (Red+Green+Blue) = 192+40+129=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C02881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02881 is #3FD77E. Grayscale: #5F5F5F. Windows color (decimal): -4183935 or 8464576. OLE color: 8464576.
HSL color Cylindrical-coordinate representation of color #C02881: hue angle of 324.87º 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 #C02881 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 129 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.25 |
| HSL | 324.87º | 0.66% | 0.45% | - |
| HSV(B) | 324.87º | 0.79% | 0.75% | - |
| XYZ | 26.46 | 14.31 | 22.14 | - |
| YUV | 95.59 | 146.86 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 129 | 0 | 0.79 | 0.33 | 0.25 | 324.87 | 0.66 | 0.45 |
| Hex | C0 | 28 | 81 | 0 | 4F | 21 | 19 | 145 | 42 | 2D |
| Octal | 300 | 50 | 201 | 0 | 117 | 41 | 31 | 505 | 102 | 55 |
| Binary | 11000000 | 101000 | 10000001 | 0 | 1001111 | 100001 | 11001 | 101000101 | 1000010 | 101101 |
Color Harmonies of #C02881
Complementary color
Monochromatic Colors of #C02881
Black with #C02881
Text Example
Text Example
White with #C02881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02881; }
p { color: rgb(192,40,129); }
H1.HeaderClassName
{
color: #C02881;
}
.AnyTagClassName
{
color: #C02881;
}
</style>
background-color css
<style>
a { background-color: #C02881; }
a { background-color: rgb(192,40,129); }
div.DivClassName
{
background-color: #C02881;
}
.BgClassName
{
background-color: #C02881;
}
</style>
border-color css
<style>
span { border-color: #C02881; }
span { border-color: rgb(192,40,129); }
td.TdClassName
{
border-color: #C02881;
}
.TagClassName
{
border-color: #C02881;
}
</style>