Shades of Medium Violet Red #CC2684
Tints of Medium Violet Red #CC2684
RGB
CMYK
RGB Variations
Color information
#CC2684 (or 0xCC2684) is known color: Medium Violet Red. HEX triplet: CC, 26 and 84. RGB value is (204,38,132). Sum of RGB (Red+Green+Blue) = 204+38+132=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2684 is #33D97B. Grayscale: #626262. Windows color (decimal): -3398012 or 8660684. OLE color: 8660684.
HSL color Cylindrical-coordinate representation of color #CC2684: hue angle of 326.02º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2684 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 132 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.2 |
| HSL | 326.02º | 0.69% | 0.47% | - |
| HSV(B) | 326.02º | 0.81% | 0.8% | - |
| XYZ | 29.76 | 15.89 | 23.33 | - |
| YUV | 98.35 | 147 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 132 | 0 | 0.81 | 0.35 | 0.2 | 326.02 | 0.69 | 0.47 |
| Hex | CC | 26 | 84 | 0 | 51 | 23 | 14 | 146 | 45 | 2F |
| Octal | 314 | 46 | 204 | 0 | 121 | 43 | 24 | 506 | 105 | 57 |
| Binary | 11001100 | 100110 | 10000100 | 0 | 1010001 | 100011 | 10100 | 101000110 | 1000101 | 101111 |
Color Harmonies of #CC2684
Complementary color
Monochromatic Colors of #CC2684
Black with #CC2684
Text Example
Text Example
White with #CC2684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2684; }
p { color: rgb(204,38,132); }
H1.HeaderClassName
{
color: #CC2684;
}
.AnyTagClassName
{
color: #CC2684;
}
</style>
background-color css
<style>
a { background-color: #CC2684; }
a { background-color: rgb(204,38,132); }
div.DivClassName
{
background-color: #CC2684;
}
.BgClassName
{
background-color: #CC2684;
}
</style>
border-color css
<style>
span { border-color: #CC2684; }
span { border-color: rgb(204,38,132); }
td.TdClassName
{
border-color: #CC2684;
}
.TagClassName
{
border-color: #CC2684;
}
</style>