Shades of Medium Violet Red #C02182
Tints of Medium Violet Red #C02182
RGB
CMYK
RGB Variations
Color information
#C02182 (or 0xC02182) is known color: Medium Violet Red. HEX triplet: C0, 21 and 82. RGB value is (192,33,130). Sum of RGB (Red+Green+Blue) = 192+33+130=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C02182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02182 is #3FDE7D. Grayscale: #5B5B5B. Windows color (decimal): -4185726 or 8528320. OLE color: 8528320.
HSL color Cylindrical-coordinate representation of color #C02182: hue angle of 323.4º 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 #C02182 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 130 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.25 |
| HSL | 323.4º | 0.71% | 0.44% | - |
| HSV(B) | 323.4º | 0.83% | 0.75% | - |
| XYZ | 26.31 | 13.91 | 22.42 | - |
| YUV | 91.6 | 149.68 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 130 | 0 | 0.83 | 0.32 | 0.25 | 323.4 | 0.71 | 0.44 |
| Hex | C0 | 21 | 82 | 0 | 53 | 20 | 19 | 143 | 47 | 2C |
| Octal | 300 | 41 | 202 | 0 | 123 | 40 | 31 | 503 | 107 | 54 |
| Binary | 11000000 | 100001 | 10000010 | 0 | 1010011 | 100000 | 11001 | 101000011 | 1000111 | 101100 |
Color Harmonies of #C02182
Complementary color
Monochromatic Colors of #C02182
Black with #C02182
Text Example
Text Example
White with #C02182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02182; }
p { color: rgb(192,33,130); }
H1.HeaderClassName
{
color: #C02182;
}
.AnyTagClassName
{
color: #C02182;
}
</style>
background-color css
<style>
a { background-color: #C02182; }
a { background-color: rgb(192,33,130); }
div.DivClassName
{
background-color: #C02182;
}
.BgClassName
{
background-color: #C02182;
}
</style>
border-color css
<style>
span { border-color: #C02182; }
span { border-color: rgb(192,33,130); }
td.TdClassName
{
border-color: #C02182;
}
.TagClassName
{
border-color: #C02182;
}
</style>