Shades of Medium Red Violet #C02EA2
Tints of Medium Red Violet #C02EA2
RGB
CMYK
RGB Variations
Color information
#C02EA2 (or 0xC02EA2) is known color: Medium Red Violet. HEX triplet: C0, 2E and A2. RGB value is (192,46,162). Sum of RGB (Red+Green+Blue) = 192+46+162=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C02EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02EA2 is #3FD15D. Grayscale: #666666. Windows color (decimal): -4182366 or 10628800. OLE color: 10628800.
HSL color Cylindrical-coordinate representation of color #C02EA2: hue angle of 312.33º 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 #C02EA2 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 162 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.25 |
| HSL | 312.33º | 0.61% | 0.47% | - |
| HSV(B) | 312.33º | 0.76% | 0.75% | - |
| XYZ | 29.24 | 15.77 | 35.69 | - |
| YUV | 102.88 | 161.37 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 162 | 0 | 0.76 | 0.16 | 0.25 | 312.33 | 0.61 | 0.47 |
| Hex | C0 | 2E | A2 | 0 | 4C | 10 | 19 | 138 | 3D | 2F |
| Octal | 300 | 56 | 242 | 0 | 114 | 20 | 31 | 470 | 75 | 57 |
| Binary | 11000000 | 101110 | 10100010 | 0 | 1001100 | 10000 | 11001 | 100111000 | 111101 | 101111 |
Color Harmonies of #C02EA2
Complementary color
Monochromatic Colors of #C02EA2
Black with #C02EA2
Text Example
Text Example
White with #C02EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02EA2; }
p { color: rgb(192,46,162); }
H1.HeaderClassName
{
color: #C02EA2;
}
.AnyTagClassName
{
color: #C02EA2;
}
</style>
background-color css
<style>
a { background-color: #C02EA2; }
a { background-color: rgb(192,46,162); }
div.DivClassName
{
background-color: #C02EA2;
}
.BgClassName
{
background-color: #C02EA2;
}
</style>
border-color css
<style>
span { border-color: #C02EA2; }
span { border-color: rgb(192,46,162); }
td.TdClassName
{
border-color: #C02EA2;
}
.TagClassName
{
border-color: #C02EA2;
}
</style>