Shades of Medium Red Violet #C02B9E
Tints of Medium Red Violet #C02B9E
RGB
CMYK
RGB Variations
Color information
#C02B9E (or 0xC02B9E) is known color: Medium Red Violet. HEX triplet: C0, 2B and 9E. RGB value is (192,43,158). Sum of RGB (Red+Green+Blue) = 192+43+158=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02B9E is #3FD461. Grayscale: #646464. Windows color (decimal): -4183138 or 10365888. OLE color: 10365888.
HSL color Cylindrical-coordinate representation of color #C02B9E: hue angle of 313.69º 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 #C02B9E is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 158 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.25 |
| HSL | 313.69º | 0.63% | 0.46% | - |
| HSV(B) | 313.69º | 0.78% | 0.75% | - |
| XYZ | 28.77 | 15.4 | 33.8 | - |
| YUV | 100.66 | 160.36 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 158 | 0 | 0.78 | 0.18 | 0.25 | 313.69 | 0.63 | 0.46 |
| Hex | C0 | 2B | 9E | 0 | 4E | 12 | 19 | 13A | 3F | 2E |
| Octal | 300 | 53 | 236 | 0 | 116 | 22 | 31 | 472 | 77 | 56 |
| Binary | 11000000 | 101011 | 10011110 | 0 | 1001110 | 10010 | 11001 | 100111010 | 111111 | 101110 |
Color Harmonies of #C02B9E
Complementary color
Monochromatic Colors of #C02B9E
Black with #C02B9E
Text Example
Text Example
White with #C02B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B9E; }
p { color: rgb(192,43,158); }
H1.HeaderClassName
{
color: #C02B9E;
}
.AnyTagClassName
{
color: #C02B9E;
}
</style>
background-color css
<style>
a { background-color: #C02B9E; }
a { background-color: rgb(192,43,158); }
div.DivClassName
{
background-color: #C02B9E;
}
.BgClassName
{
background-color: #C02B9E;
}
</style>
border-color css
<style>
span { border-color: #C02B9E; }
span { border-color: rgb(192,43,158); }
td.TdClassName
{
border-color: #C02B9E;
}
.TagClassName
{
border-color: #C02B9E;
}
</style>