Shades of Medium Violet Red #CC2185
Tints of Medium Violet Red #CC2185
RGB
CMYK
RGB Variations
Color information
#CC2185 (or 0xCC2185) is known color: Medium Violet Red. HEX triplet: CC, 21 and 85. RGB value is (204,33,133). Sum of RGB (Red+Green+Blue) = 204+33+133=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2185 is #33DE7A. Grayscale: #5F5F5F. Windows color (decimal): -3399291 or 8724940. OLE color: 8724940.
HSL color Cylindrical-coordinate representation of color #CC2185: hue angle of 324.91º 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 #CC2185 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 133 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.2 |
| HSL | 324.91º | 0.72% | 0.46% | - |
| HSV(B) | 324.91º | 0.84% | 0.8% | - |
| XYZ | 29.68 | 15.62 | 23.64 | - |
| YUV | 95.53 | 149.15 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 133 | 0 | 0.84 | 0.35 | 0.2 | 324.91 | 0.72 | 0.46 |
| Hex | CC | 21 | 85 | 0 | 54 | 23 | 14 | 145 | 48 | 2E |
| Octal | 314 | 41 | 205 | 0 | 124 | 43 | 24 | 505 | 110 | 56 |
| Binary | 11001100 | 100001 | 10000101 | 0 | 1010100 | 100011 | 10100 | 101000101 | 1001000 | 101110 |
Color Harmonies of #CC2185
Complementary color
Monochromatic Colors of #CC2185
Black with #CC2185
Text Example
Text Example
White with #CC2185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2185; }
p { color: rgb(204,33,133); }
H1.HeaderClassName
{
color: #CC2185;
}
.AnyTagClassName
{
color: #CC2185;
}
</style>
background-color css
<style>
a { background-color: #CC2185; }
a { background-color: rgb(204,33,133); }
div.DivClassName
{
background-color: #CC2185;
}
.BgClassName
{
background-color: #CC2185;
}
</style>
border-color css
<style>
span { border-color: #CC2185; }
span { border-color: rgb(204,33,133); }
td.TdClassName
{
border-color: #CC2185;
}
.TagClassName
{
border-color: #CC2185;
}
</style>