Shades of Medium Red Violet #C02877
Tints of Medium Red Violet #C02877
RGB
CMYK
RGB Variations
Color information
#C02877 (or 0xC02877) is known color: Medium Red Violet. HEX triplet: C0, 28 and 77. RGB value is (192,40,119). Sum of RGB (Red+Green+Blue) = 192+40+119=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C02877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02877 is #3FD788. Grayscale: #5E5E5E. Windows color (decimal): -4183945 or 7809216. OLE color: 7809216.
HSL color Cylindrical-coordinate representation of color #C02877: hue angle of 328.82º 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 #C02877 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 119 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.25 |
| HSL | 328.82º | 0.66% | 0.45% | - |
| HSV(B) | 328.82º | 0.79% | 0.75% | - |
| XYZ | 25.83 | 14.06 | 18.8 | - |
| YUV | 94.45 | 141.86 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 119 | 0 | 0.79 | 0.38 | 0.25 | 328.82 | 0.66 | 0.45 |
| Hex | C0 | 28 | 77 | 0 | 4F | 26 | 19 | 149 | 42 | 2D |
| Octal | 300 | 50 | 167 | 0 | 117 | 46 | 31 | 511 | 102 | 55 |
| Binary | 11000000 | 101000 | 1110111 | 0 | 1001111 | 100110 | 11001 | 101001001 | 1000010 | 101101 |
Color Harmonies of #C02877
Complementary color
Monochromatic Colors of #C02877
Black with #C02877
Text Example
Text Example
White with #C02877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02877; }
p { color: rgb(192,40,119); }
H1.HeaderClassName
{
color: #C02877;
}
.AnyTagClassName
{
color: #C02877;
}
</style>
background-color css
<style>
a { background-color: #C02877; }
a { background-color: rgb(192,40,119); }
div.DivClassName
{
background-color: #C02877;
}
.BgClassName
{
background-color: #C02877;
}
</style>
border-color css
<style>
span { border-color: #C02877; }
span { border-color: rgb(192,40,119); }
td.TdClassName
{
border-color: #C02877;
}
.TagClassName
{
border-color: #C02877;
}
</style>