Shades of Medium Red Violet #C02B79
Tints of Medium Red Violet #C02B79
RGB
CMYK
RGB Variations
Color information
#C02B79 (or 0xC02B79) is known color: Medium Red Violet. HEX triplet: C0, 2B and 79. RGB value is (192,43,121). Sum of RGB (Red+Green+Blue) = 192+43+121=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02B79 is #3FD486. Grayscale: #606060. Windows color (decimal): -4183175 or 7941056. OLE color: 7941056.
HSL color Cylindrical-coordinate representation of color #C02B79: hue angle of 328.59º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02B79 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 121 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.25 |
| HSL | 328.59º | 0.63% | 0.46% | - |
| HSV(B) | 328.59º | 0.78% | 0.75% | - |
| XYZ | 26.05 | 14.31 | 19.48 | - |
| YUV | 96.44 | 141.86 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 121 | 0 | 0.78 | 0.37 | 0.25 | 328.59 | 0.63 | 0.46 |
| Hex | C0 | 2B | 79 | 0 | 4E | 25 | 19 | 149 | 3F | 2E |
| Octal | 300 | 53 | 171 | 0 | 116 | 45 | 31 | 511 | 77 | 56 |
| Binary | 11000000 | 101011 | 1111001 | 0 | 1001110 | 100101 | 11001 | 101001001 | 111111 | 101110 |
Color Harmonies of #C02B79
Complementary color
Monochromatic Colors of #C02B79
Black with #C02B79
Text Example
Text Example
White with #C02B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B79; }
p { color: rgb(192,43,121); }
H1.HeaderClassName
{
color: #C02B79;
}
.AnyTagClassName
{
color: #C02B79;
}
</style>
background-color css
<style>
a { background-color: #C02B79; }
a { background-color: rgb(192,43,121); }
div.DivClassName
{
background-color: #C02B79;
}
.BgClassName
{
background-color: #C02B79;
}
</style>
border-color css
<style>
span { border-color: #C02B79; }
span { border-color: rgb(192,43,121); }
td.TdClassName
{
border-color: #C02B79;
}
.TagClassName
{
border-color: #C02B79;
}
</style>