Shades of Medium Red Violet #C02DA8
Tints of Medium Red Violet #C02DA8
RGB
CMYK
RGB Variations
Color information
#C02DA8 (or 0xC02DA8) is known color: Medium Red Violet. HEX triplet: C0, 2D and A8. RGB value is (192,45,168). Sum of RGB (Red+Green+Blue) = 192+45+168=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C02DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02DA8 is #3FD257. Grayscale: #666666. Windows color (decimal): -4182616 or 11021760. OLE color: 11021760.
HSL color Cylindrical-coordinate representation of color #C02DA8: hue angle of 309.8º 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 #C02DA8 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 168 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.25 |
| HSL | 309.8º | 0.62% | 0.46% | - |
| HSV(B) | 309.8º | 0.77% | 0.75% | - |
| XYZ | 29.74 | 15.91 | 38.55 | - |
| YUV | 102.98 | 164.7 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 168 | 0 | 0.77 | 0.12 | 0.25 | 309.8 | 0.62 | 0.46 |
| Hex | C0 | 2D | A8 | 0 | 4D | C | 19 | 136 | 3E | 2E |
| Octal | 300 | 55 | 250 | 0 | 115 | 14 | 31 | 466 | 76 | 56 |
| Binary | 11000000 | 101101 | 10101000 | 0 | 1001101 | 1100 | 11001 | 100110110 | 111110 | 101110 |
Color Harmonies of #C02DA8
Complementary color
Monochromatic Colors of #C02DA8
Black with #C02DA8
Text Example
Text Example
White with #C02DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02DA8; }
p { color: rgb(192,45,168); }
H1.HeaderClassName
{
color: #C02DA8;
}
.AnyTagClassName
{
color: #C02DA8;
}
</style>
background-color css
<style>
a { background-color: #C02DA8; }
a { background-color: rgb(192,45,168); }
div.DivClassName
{
background-color: #C02DA8;
}
.BgClassName
{
background-color: #C02DA8;
}
</style>
border-color css
<style>
span { border-color: #C02DA8; }
span { border-color: rgb(192,45,168); }
td.TdClassName
{
border-color: #C02DA8;
}
.TagClassName
{
border-color: #C02DA8;
}
</style>