Shades of Medium Violet Red #CC1584
Tints of Medium Violet Red #CC1584
RGB
CMYK
RGB Variations
Color information
#CC1584 (or 0xCC1584) is known color: Medium Violet Red. HEX triplet: CC, 15 and 84. RGB value is (204,21,132). Sum of RGB (Red+Green+Blue) = 204+21+132=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1584 is #33EA7B. Grayscale: #585858. Windows color (decimal): -3402364 or 8656332. OLE color: 8656332.
HSL color Cylindrical-coordinate representation of color #CC1584: hue angle of 323.61º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1584 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 132 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.2 |
| HSL | 323.61º | 0.81% | 0.44% | - |
| HSV(B) | 323.61º | 0.9% | 0.8% | - |
| XYZ | 29.33 | 15.04 | 23.19 | - |
| YUV | 88.37 | 152.63 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 132 | 0 | 0.90 | 0.35 | 0.2 | 323.61 | 0.81 | 0.44 |
| Hex | CC | 15 | 84 | 0 | 5A | 23 | 14 | 144 | 51 | 2C |
| Octal | 314 | 25 | 204 | 0 | 132 | 43 | 24 | 504 | 121 | 54 |
| Binary | 11001100 | 10101 | 10000100 | 0 | 1011010 | 100011 | 10100 | 101000100 | 1010001 | 101100 |
Color Harmonies of #CC1584
Complementary color
Monochromatic Colors of #CC1584
Black with #CC1584
Text Example
Text Example
White with #CC1584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1584; }
p { color: rgb(204,21,132); }
H1.HeaderClassName
{
color: #CC1584;
}
.AnyTagClassName
{
color: #CC1584;
}
</style>
background-color css
<style>
a { background-color: #CC1584; }
a { background-color: rgb(204,21,132); }
div.DivClassName
{
background-color: #CC1584;
}
.BgClassName
{
background-color: #CC1584;
}
</style>
border-color css
<style>
span { border-color: #CC1584; }
span { border-color: rgb(204,21,132); }
td.TdClassName
{
border-color: #CC1584;
}
.TagClassName
{
border-color: #CC1584;
}
</style>