Shades of Medium Violet Red #CC2081
Tints of Medium Violet Red #CC2081
RGB
CMYK
RGB Variations
Color information
#CC2081 (or 0xCC2081) is known color: Medium Violet Red. HEX triplet: CC, 20 and 81. RGB value is (204,32,129). Sum of RGB (Red+Green+Blue) = 204+32+129=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2081 is #33DF7E. Grayscale: #5E5E5E. Windows color (decimal): -3399551 or 8462540. OLE color: 8462540.
HSL color Cylindrical-coordinate representation of color #CC2081: hue angle of 326.16º degrees, saturation: 0.73, 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 #CC2081 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 129 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.2 |
| HSL | 326.16º | 0.73% | 0.46% | - |
| HSV(B) | 326.16º | 0.84% | 0.8% | - |
| XYZ | 29.38 | 15.46 | 22.2 | - |
| YUV | 94.49 | 147.48 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 129 | 0 | 0.84 | 0.37 | 0.2 | 326.16 | 0.73 | 0.46 |
| Hex | CC | 20 | 81 | 0 | 54 | 25 | 14 | 146 | 49 | 2E |
| Octal | 314 | 40 | 201 | 0 | 124 | 45 | 24 | 506 | 111 | 56 |
| Binary | 11001100 | 100000 | 10000001 | 0 | 1010100 | 100101 | 10100 | 101000110 | 1001001 | 101110 |
Color Harmonies of #CC2081
Complementary color
Monochromatic Colors of #CC2081
Black with #CC2081
Text Example
Text Example
White with #CC2081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2081; }
p { color: rgb(204,32,129); }
H1.HeaderClassName
{
color: #CC2081;
}
.AnyTagClassName
{
color: #CC2081;
}
</style>
background-color css
<style>
a { background-color: #CC2081; }
a { background-color: rgb(204,32,129); }
div.DivClassName
{
background-color: #CC2081;
}
.BgClassName
{
background-color: #CC2081;
}
</style>
border-color css
<style>
span { border-color: #CC2081; }
span { border-color: rgb(204,32,129); }
td.TdClassName
{
border-color: #CC2081;
}
.TagClassName
{
border-color: #CC2081;
}
</style>