Shades of Medium Violet Red #CC2184
Tints of Medium Violet Red #CC2184
RGB
CMYK
RGB Variations
Color information
#CC2184 (or 0xCC2184) is known color: Medium Violet Red. HEX triplet: CC, 21 and 84. RGB value is (204,33,132). Sum of RGB (Red+Green+Blue) = 204+33+132=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2184 is #33DE7B. Grayscale: #5F5F5F. Windows color (decimal): -3399292 or 8659404. OLE color: 8659404.
HSL color Cylindrical-coordinate representation of color #CC2184: hue angle of 325.26º 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 #CC2184 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 132 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.2 |
| HSL | 325.26º | 0.72% | 0.46% | - |
| HSV(B) | 325.26º | 0.84% | 0.8% | - |
| XYZ | 29.61 | 15.59 | 23.28 | - |
| YUV | 95.42 | 148.65 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 132 | 0 | 0.84 | 0.35 | 0.2 | 325.26 | 0.72 | 0.46 |
| Hex | CC | 21 | 84 | 0 | 54 | 23 | 14 | 145 | 48 | 2E |
| Octal | 314 | 41 | 204 | 0 | 124 | 43 | 24 | 505 | 110 | 56 |
| Binary | 11001100 | 100001 | 10000100 | 0 | 1010100 | 100011 | 10100 | 101000101 | 1001000 | 101110 |
Color Harmonies of #CC2184
Complementary color
Monochromatic Colors of #CC2184
Black with #CC2184
Text Example
Text Example
White with #CC2184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2184; }
p { color: rgb(204,33,132); }
H1.HeaderClassName
{
color: #CC2184;
}
.AnyTagClassName
{
color: #CC2184;
}
</style>
background-color css
<style>
a { background-color: #CC2184; }
a { background-color: rgb(204,33,132); }
div.DivClassName
{
background-color: #CC2184;
}
.BgClassName
{
background-color: #CC2184;
}
</style>
border-color css
<style>
span { border-color: #CC2184; }
span { border-color: rgb(204,33,132); }
td.TdClassName
{
border-color: #CC2184;
}
.TagClassName
{
border-color: #CC2184;
}
</style>