Shades of Medium Violet Red #C02084
Tints of Medium Violet Red #C02084
RGB
CMYK
RGB Variations
Color information
#C02084 (or 0xC02084) is known color: Medium Violet Red. HEX triplet: C0, 20 and 84. RGB value is (192,32,132). Sum of RGB (Red+Green+Blue) = 192+32+132=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C02084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02084 is #3FDF7B. Grayscale: #5A5A5A. Windows color (decimal): -4185980 or 8659136. OLE color: 8659136.
HSL color Cylindrical-coordinate representation of color #C02084: hue angle of 322.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02084 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 132 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.25 |
| HSL | 322.5º | 0.71% | 0.44% | - |
| HSV(B) | 322.5º | 0.83% | 0.75% | - |
| XYZ | 26.42 | 13.91 | 23.12 | - |
| YUV | 91.24 | 151.01 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 132 | 0 | 0.83 | 0.31 | 0.25 | 322.5 | 0.71 | 0.44 |
| Hex | C0 | 20 | 84 | 0 | 53 | 1F | 19 | 142 | 47 | 2C |
| Octal | 300 | 40 | 204 | 0 | 123 | 37 | 31 | 502 | 107 | 54 |
| Binary | 11000000 | 100000 | 10000100 | 0 | 1010011 | 11111 | 11001 | 101000010 | 1000111 | 101100 |
Color Harmonies of #C02084
Complementary color
Monochromatic Colors of #C02084
Black with #C02084
Text Example
Text Example
White with #C02084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02084; }
p { color: rgb(192,32,132); }
H1.HeaderClassName
{
color: #C02084;
}
.AnyTagClassName
{
color: #C02084;
}
</style>
background-color css
<style>
a { background-color: #C02084; }
a { background-color: rgb(192,32,132); }
div.DivClassName
{
background-color: #C02084;
}
.BgClassName
{
background-color: #C02084;
}
</style>
border-color css
<style>
span { border-color: #C02084; }
span { border-color: rgb(192,32,132); }
td.TdClassName
{
border-color: #C02084;
}
.TagClassName
{
border-color: #C02084;
}
</style>