Shades of Medium Red Violet #C02C9F
Tints of Medium Red Violet #C02C9F
RGB
CMYK
RGB Variations
Color information
#C02C9F (or 0xC02C9F) is known color: Medium Red Violet. HEX triplet: C0, 2C and 9F. RGB value is (192,44,159). Sum of RGB (Red+Green+Blue) = 192+44+159=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02C9F is #3FD360. Grayscale: #656565. Windows color (decimal): -4182881 or 10431680. OLE color: 10431680.
HSL color Cylindrical-coordinate representation of color #C02C9F: hue angle of 313.38º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02C9F is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 159 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.25 |
| HSL | 313.38º | 0.63% | 0.46% | - |
| HSV(B) | 313.38º | 0.77% | 0.75% | - |
| XYZ | 28.9 | 15.51 | 34.27 | - |
| YUV | 101.36 | 160.53 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 159 | 0 | 0.77 | 0.17 | 0.25 | 313.38 | 0.63 | 0.46 |
| Hex | C0 | 2C | 9F | 0 | 4D | 11 | 19 | 139 | 3F | 2E |
| Octal | 300 | 54 | 237 | 0 | 115 | 21 | 31 | 471 | 77 | 56 |
| Binary | 11000000 | 101100 | 10011111 | 0 | 1001101 | 10001 | 11001 | 100111001 | 111111 | 101110 |
Color Harmonies of #C02C9F
Complementary color
Monochromatic Colors of #C02C9F
Black with #C02C9F
Text Example
Text Example
White with #C02C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C9F; }
p { color: rgb(192,44,159); }
H1.HeaderClassName
{
color: #C02C9F;
}
.AnyTagClassName
{
color: #C02C9F;
}
</style>
background-color css
<style>
a { background-color: #C02C9F; }
a { background-color: rgb(192,44,159); }
div.DivClassName
{
background-color: #C02C9F;
}
.BgClassName
{
background-color: #C02C9F;
}
</style>
border-color css
<style>
span { border-color: #C02C9F; }
span { border-color: rgb(192,44,159); }
td.TdClassName
{
border-color: #C02C9F;
}
.TagClassName
{
border-color: #C02C9F;
}
</style>