Shades of Medium Red Violet #C02F99
Tints of Medium Red Violet #C02F99
RGB
CMYK
RGB Variations
Color information
#C02F99 (or 0xC02F99) is known color: Medium Red Violet. HEX triplet: C0, 2F and 99. RGB value is (192,47,153). Sum of RGB (Red+Green+Blue) = 192+47+153=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02F99 is #3FD066. Grayscale: #666666. Windows color (decimal): -4182119 or 10039232. OLE color: 10039232.
HSL color Cylindrical-coordinate representation of color #C02F99: hue angle of 316.14º 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 #C02F99 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 153 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.25 |
| HSL | 316.14º | 0.61% | 0.47% | - |
| HSV(B) | 316.14º | 0.76% | 0.75% | - |
| XYZ | 28.5 | 15.54 | 31.63 | - |
| YUV | 102.44 | 156.54 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 153 | 0 | 0.76 | 0.20 | 0.25 | 316.14 | 0.61 | 0.47 |
| Hex | C0 | 2F | 99 | 0 | 4C | 14 | 19 | 13C | 3D | 2F |
| Octal | 300 | 57 | 231 | 0 | 114 | 24 | 31 | 474 | 75 | 57 |
| Binary | 11000000 | 101111 | 10011001 | 0 | 1001100 | 10100 | 11001 | 100111100 | 111101 | 101111 |
Color Harmonies of #C02F99
Complementary color
Monochromatic Colors of #C02F99
Black with #C02F99
Text Example
Text Example
White with #C02F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02F99; }
p { color: rgb(192,47,153); }
H1.HeaderClassName
{
color: #C02F99;
}
.AnyTagClassName
{
color: #C02F99;
}
</style>
background-color css
<style>
a { background-color: #C02F99; }
a { background-color: rgb(192,47,153); }
div.DivClassName
{
background-color: #C02F99;
}
.BgClassName
{
background-color: #C02F99;
}
</style>
border-color css
<style>
span { border-color: #C02F99; }
span { border-color: rgb(192,47,153); }
td.TdClassName
{
border-color: #C02F99;
}
.TagClassName
{
border-color: #C02F99;
}
</style>