Shades of Medium Violet Red #CC2182
Tints of Medium Violet Red #CC2182
RGB
CMYK
RGB Variations
Color information
#CC2182 (or 0xCC2182) is known color: Medium Violet Red. HEX triplet: CC, 21 and 82. RGB value is (204,33,130). Sum of RGB (Red+Green+Blue) = 204+33+130=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2182 is #33DE7D. Grayscale: #5E5E5E. Windows color (decimal): -3399294 or 8528332. OLE color: 8528332.
HSL color Cylindrical-coordinate representation of color #CC2182: hue angle of 325.96º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2182 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 130 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.2 |
| HSL | 325.96º | 0.72% | 0.46% | - |
| HSV(B) | 325.96º | 0.84% | 0.8% | - |
| XYZ | 29.47 | 15.54 | 22.56 | - |
| YUV | 95.19 | 147.65 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 130 | 0 | 0.84 | 0.36 | 0.2 | 325.96 | 0.72 | 0.46 |
| Hex | CC | 21 | 82 | 0 | 54 | 24 | 14 | 146 | 48 | 2E |
| Octal | 314 | 41 | 202 | 0 | 124 | 44 | 24 | 506 | 110 | 56 |
| Binary | 11001100 | 100001 | 10000010 | 0 | 1010100 | 100100 | 10100 | 101000110 | 1001000 | 101110 |
Color Harmonies of #CC2182
Complementary color
Monochromatic Colors of #CC2182
Black with #CC2182
Text Example
Text Example
White with #CC2182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2182; }
p { color: rgb(204,33,130); }
H1.HeaderClassName
{
color: #CC2182;
}
.AnyTagClassName
{
color: #CC2182;
}
</style>
background-color css
<style>
a { background-color: #CC2182; }
a { background-color: rgb(204,33,130); }
div.DivClassName
{
background-color: #CC2182;
}
.BgClassName
{
background-color: #CC2182;
}
</style>
border-color css
<style>
span { border-color: #CC2182; }
span { border-color: rgb(204,33,130); }
td.TdClassName
{
border-color: #CC2182;
}
.TagClassName
{
border-color: #CC2182;
}
</style>