Shades of Medium Red Violet #C02E96
Tints of Medium Red Violet #C02E96
RGB
CMYK
RGB Variations
Color information
#C02E96 (or 0xC02E96) is known color: Medium Red Violet. HEX triplet: C0, 2E and 96. RGB value is (192,46,150). Sum of RGB (Red+Green+Blue) = 192+46+150=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02E96 is #3FD169. Grayscale: #656565. Windows color (decimal): -4182378 or 9842368. OLE color: 9842368.
HSL color Cylindrical-coordinate representation of color #C02E96: hue angle of 317.26º 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 #C02E96 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 150 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.25 |
| HSL | 317.26º | 0.61% | 0.47% | - |
| HSV(B) | 317.26º | 0.76% | 0.75% | - |
| XYZ | 28.22 | 15.36 | 30.33 | - |
| YUV | 101.51 | 155.37 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 150 | 0 | 0.76 | 0.22 | 0.25 | 317.26 | 0.61 | 0.47 |
| Hex | C0 | 2E | 96 | 0 | 4C | 16 | 19 | 13D | 3D | 2F |
| Octal | 300 | 56 | 226 | 0 | 114 | 26 | 31 | 475 | 75 | 57 |
| Binary | 11000000 | 101110 | 10010110 | 0 | 1001100 | 10110 | 11001 | 100111101 | 111101 | 101111 |
Color Harmonies of #C02E96
Complementary color
Monochromatic Colors of #C02E96
Black with #C02E96
Text Example
Text Example
White with #C02E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02E96; }
p { color: rgb(192,46,150); }
H1.HeaderClassName
{
color: #C02E96;
}
.AnyTagClassName
{
color: #C02E96;
}
</style>
background-color css
<style>
a { background-color: #C02E96; }
a { background-color: rgb(192,46,150); }
div.DivClassName
{
background-color: #C02E96;
}
.BgClassName
{
background-color: #C02E96;
}
</style>
border-color css
<style>
span { border-color: #C02E96; }
span { border-color: rgb(192,46,150); }
td.TdClassName
{
border-color: #C02E96;
}
.TagClassName
{
border-color: #C02E96;
}
</style>