Shades of Medium Violet Red #CC2186
Tints of Medium Violet Red #CC2186
RGB
CMYK
RGB Variations
Color information
#CC2186 (or 0xCC2186) is known color: Medium Violet Red. HEX triplet: CC, 21 and 86. RGB value is (204,33,134). Sum of RGB (Red+Green+Blue) = 204+33+134=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2186 is #33DE79. Grayscale: #5F5F5F. Windows color (decimal): -3399290 or 8790476. OLE color: 8790476.
HSL color Cylindrical-coordinate representation of color #CC2186: hue angle of 324.56º 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 #CC2186 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 134 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.2 |
| HSL | 324.56º | 0.72% | 0.46% | - |
| HSV(B) | 324.56º | 0.84% | 0.8% | - |
| XYZ | 29.75 | 15.65 | 24.01 | - |
| YUV | 95.64 | 149.65 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 134 | 0 | 0.84 | 0.34 | 0.2 | 324.56 | 0.72 | 0.46 |
| Hex | CC | 21 | 86 | 0 | 54 | 22 | 14 | 145 | 48 | 2E |
| Octal | 314 | 41 | 206 | 0 | 124 | 42 | 24 | 505 | 110 | 56 |
| Binary | 11001100 | 100001 | 10000110 | 0 | 1010100 | 100010 | 10100 | 101000101 | 1001000 | 101110 |
Color Harmonies of #CC2186
Complementary color
Monochromatic Colors of #CC2186
Black with #CC2186
Text Example
Text Example
White with #CC2186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2186; }
p { color: rgb(204,33,134); }
H1.HeaderClassName
{
color: #CC2186;
}
.AnyTagClassName
{
color: #CC2186;
}
</style>
background-color css
<style>
a { background-color: #CC2186; }
a { background-color: rgb(204,33,134); }
div.DivClassName
{
background-color: #CC2186;
}
.BgClassName
{
background-color: #CC2186;
}
</style>
border-color css
<style>
span { border-color: #CC2186; }
span { border-color: rgb(204,33,134); }
td.TdClassName
{
border-color: #CC2186;
}
.TagClassName
{
border-color: #CC2186;
}
</style>