Shades of Medium Violet Red #CC2584
Tints of Medium Violet Red #CC2584
RGB
CMYK
RGB Variations
Color information
#CC2584 (or 0xCC2584) is known color: Medium Violet Red. HEX triplet: CC, 25 and 84. RGB value is (204,37,132). Sum of RGB (Red+Green+Blue) = 204+37+132=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2584 is #33DA7B. Grayscale: #616161. Windows color (decimal): -3398268 or 8660428. OLE color: 8660428.
HSL color Cylindrical-coordinate representation of color #CC2584: hue angle of 325.87º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2584 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 132 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.2 |
| HSL | 325.87º | 0.69% | 0.47% | - |
| HSV(B) | 325.87º | 0.82% | 0.8% | - |
| XYZ | 29.73 | 15.83 | 23.32 | - |
| YUV | 97.76 | 147.33 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 132 | 0 | 0.82 | 0.35 | 0.2 | 325.87 | 0.69 | 0.47 |
| Hex | CC | 25 | 84 | 0 | 52 | 23 | 14 | 146 | 45 | 2F |
| Octal | 314 | 45 | 204 | 0 | 122 | 43 | 24 | 506 | 105 | 57 |
| Binary | 11001100 | 100101 | 10000100 | 0 | 1010010 | 100011 | 10100 | 101000110 | 1000101 | 101111 |
Color Harmonies of #CC2584
Complementary color
Monochromatic Colors of #CC2584
Black with #CC2584
Text Example
Text Example
White with #CC2584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2584; }
p { color: rgb(204,37,132); }
H1.HeaderClassName
{
color: #CC2584;
}
.AnyTagClassName
{
color: #CC2584;
}
</style>
background-color css
<style>
a { background-color: #CC2584; }
a { background-color: rgb(204,37,132); }
div.DivClassName
{
background-color: #CC2584;
}
.BgClassName
{
background-color: #CC2584;
}
</style>
border-color css
<style>
span { border-color: #CC2584; }
span { border-color: rgb(204,37,132); }
td.TdClassName
{
border-color: #CC2584;
}
.TagClassName
{
border-color: #CC2584;
}
</style>