Shades of Medium Violet Red #CC1687
Tints of Medium Violet Red #CC1687
RGB
CMYK
RGB Variations
Color information
#CC1687 (or 0xCC1687) is known color: Medium Violet Red. HEX triplet: CC, 16 and 87. RGB value is (204,22,135). Sum of RGB (Red+Green+Blue) = 204+22+135=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1687 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1687 is #33E978. Grayscale: #595959. Windows color (decimal): -3402105 or 8853196. OLE color: 8853196.
HSL color Cylindrical-coordinate representation of color #CC1687: hue angle of 322.75º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1687 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 135 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.2 |
| HSL | 322.75º | 0.81% | 0.44% | - |
| HSV(B) | 322.75º | 0.89% | 0.8% | - |
| XYZ | 29.56 | 15.16 | 24.29 | - |
| YUV | 89.3 | 153.8 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 135 | 0 | 0.89 | 0.34 | 0.2 | 322.75 | 0.81 | 0.44 |
| Hex | CC | 16 | 87 | 0 | 59 | 22 | 14 | 143 | 51 | 2C |
| Octal | 314 | 26 | 207 | 0 | 131 | 42 | 24 | 503 | 121 | 54 |
| Binary | 11001100 | 10110 | 10000111 | 0 | 1011001 | 100010 | 10100 | 101000011 | 1010001 | 101100 |
Color Harmonies of #CC1687
Complementary color
Monochromatic Colors of #CC1687
Black with #CC1687
Text Example
Text Example
White with #CC1687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1687; }
p { color: rgb(204,22,135); }
H1.HeaderClassName
{
color: #CC1687;
}
.AnyTagClassName
{
color: #CC1687;
}
</style>
background-color css
<style>
a { background-color: #CC1687; }
a { background-color: rgb(204,22,135); }
div.DivClassName
{
background-color: #CC1687;
}
.BgClassName
{
background-color: #CC1687;
}
</style>
border-color css
<style>
span { border-color: #CC1687; }
span { border-color: rgb(204,22,135); }
td.TdClassName
{
border-color: #CC1687;
}
.TagClassName
{
border-color: #CC1687;
}
</style>