Shades of Medium Red Violet #C02DAC
Tints of Medium Red Violet #C02DAC
RGB
CMYK
RGB Variations
Color information
#C02DAC (or 0xC02DAC) is known color: Medium Red Violet. HEX triplet: C0, 2D and AC. RGB value is (192,45,172). Sum of RGB (Red+Green+Blue) = 192+45+172=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C02DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02DAC is #3FD253. Grayscale: #676767. Windows color (decimal): -4182612 or 11283904. OLE color: 11283904.
HSL color Cylindrical-coordinate representation of color #C02DAC: hue angle of 308.16º degrees, saturation: 0.62, 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 #C02DAC is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 172 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.25 |
| HSL | 308.16º | 0.62% | 0.46% | - |
| HSV(B) | 308.16º | 0.77% | 0.75% | - |
| XYZ | 30.12 | 16.06 | 40.54 | - |
| YUV | 103.43 | 166.7 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 172 | 0 | 0.77 | 0.10 | 0.25 | 308.16 | 0.62 | 0.46 |
| Hex | C0 | 2D | AC | 0 | 4D | A | 19 | 134 | 3E | 2E |
| Octal | 300 | 55 | 254 | 0 | 115 | 12 | 31 | 464 | 76 | 56 |
| Binary | 11000000 | 101101 | 10101100 | 0 | 1001101 | 1010 | 11001 | 100110100 | 111110 | 101110 |
Color Harmonies of #C02DAC
Complementary color
Monochromatic Colors of #C02DAC
Black with #C02DAC
Text Example
Text Example
White with #C02DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02DAC; }
p { color: rgb(192,45,172); }
H1.HeaderClassName
{
color: #C02DAC;
}
.AnyTagClassName
{
color: #C02DAC;
}
</style>
background-color css
<style>
a { background-color: #C02DAC; }
a { background-color: rgb(192,45,172); }
div.DivClassName
{
background-color: #C02DAC;
}
.BgClassName
{
background-color: #C02DAC;
}
</style>
border-color css
<style>
span { border-color: #C02DAC; }
span { border-color: rgb(192,45,172); }
td.TdClassName
{
border-color: #C02DAC;
}
.TagClassName
{
border-color: #C02DAC;
}
</style>