Shades of Medium Violet Red #CC2687
Tints of Medium Violet Red #CC2687
RGB
CMYK
RGB Variations
Color information
#CC2687 (or 0xCC2687) is known color: Medium Violet Red. HEX triplet: CC, 26 and 87. RGB value is (204,38,135). Sum of RGB (Red+Green+Blue) = 204+38+135=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2687 is #33D978. Grayscale: #626262. Windows color (decimal): -3398009 or 8857292. OLE color: 8857292.
HSL color Cylindrical-coordinate representation of color #CC2687: hue angle of 324.94º 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 #CC2687 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 135 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.2 |
| HSL | 324.94º | 0.69% | 0.47% | - |
| HSV(B) | 324.94º | 0.81% | 0.8% | - |
| XYZ | 29.97 | 15.97 | 24.43 | - |
| YUV | 98.69 | 148.5 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 135 | 0 | 0.81 | 0.34 | 0.2 | 324.94 | 0.69 | 0.47 |
| Hex | CC | 26 | 87 | 0 | 51 | 22 | 14 | 145 | 45 | 2F |
| Octal | 314 | 46 | 207 | 0 | 121 | 42 | 24 | 505 | 105 | 57 |
| Binary | 11001100 | 100110 | 10000111 | 0 | 1010001 | 100010 | 10100 | 101000101 | 1000101 | 101111 |
Color Harmonies of #CC2687
Complementary color
Monochromatic Colors of #CC2687
Black with #CC2687
Text Example
Text Example
White with #CC2687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2687; }
p { color: rgb(204,38,135); }
H1.HeaderClassName
{
color: #CC2687;
}
.AnyTagClassName
{
color: #CC2687;
}
</style>
background-color css
<style>
a { background-color: #CC2687; }
a { background-color: rgb(204,38,135); }
div.DivClassName
{
background-color: #CC2687;
}
.BgClassName
{
background-color: #CC2687;
}
</style>
border-color css
<style>
span { border-color: #CC2687; }
span { border-color: rgb(204,38,135); }
td.TdClassName
{
border-color: #CC2687;
}
.TagClassName
{
border-color: #CC2687;
}
</style>