Shades of Medium Violet Red #CC2085
Tints of Medium Violet Red #CC2085
RGB
CMYK
RGB Variations
Color information
#CC2085 (or 0xCC2085) is known color: Medium Violet Red. HEX triplet: CC, 20 and 85. RGB value is (204,32,133). Sum of RGB (Red+Green+Blue) = 204+32+133=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2085 is #33DF7A. Grayscale: #5E5E5E. Windows color (decimal): -3399547 or 8724684. OLE color: 8724684.
HSL color Cylindrical-coordinate representation of color #CC2085: hue angle of 324.77º 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 #CC2085 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 133 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.2 |
| HSL | 324.77º | 0.73% | 0.46% | - |
| HSV(B) | 324.77º | 0.84% | 0.8% | - |
| XYZ | 29.65 | 15.56 | 23.63 | - |
| YUV | 94.94 | 149.48 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 133 | 0 | 0.84 | 0.35 | 0.2 | 324.77 | 0.73 | 0.46 |
| Hex | CC | 20 | 85 | 0 | 54 | 23 | 14 | 145 | 49 | 2E |
| Octal | 314 | 40 | 205 | 0 | 124 | 43 | 24 | 505 | 111 | 56 |
| Binary | 11001100 | 100000 | 10000101 | 0 | 1010100 | 100011 | 10100 | 101000101 | 1001001 | 101110 |
Color Harmonies of #CC2085
Complementary color
Monochromatic Colors of #CC2085
Black with #CC2085
Text Example
Text Example
White with #CC2085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2085; }
p { color: rgb(204,32,133); }
H1.HeaderClassName
{
color: #CC2085;
}
.AnyTagClassName
{
color: #CC2085;
}
</style>
background-color css
<style>
a { background-color: #CC2085; }
a { background-color: rgb(204,32,133); }
div.DivClassName
{
background-color: #CC2085;
}
.BgClassName
{
background-color: #CC2085;
}
</style>
border-color css
<style>
span { border-color: #CC2085; }
span { border-color: rgb(204,32,133); }
td.TdClassName
{
border-color: #CC2085;
}
.TagClassName
{
border-color: #CC2085;
}
</style>