Shades of Medium Violet Red #CC1786
Tints of Medium Violet Red #CC1786
RGB
CMYK
RGB Variations
Color information
#CC1786 (or 0xCC1786) is known color: Medium Violet Red. HEX triplet: CC, 17 and 86. RGB value is (204,23,134). Sum of RGB (Red+Green+Blue) = 204+23+134=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1786 is #33E879. Grayscale: #595959. Windows color (decimal): -3401850 or 8787916. OLE color: 8787916.
HSL color Cylindrical-coordinate representation of color #CC1786: hue angle of 323.2º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1786 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 134 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.2 |
| HSL | 323.2º | 0.8% | 0.45% | - |
| HSV(B) | 323.2º | 0.89% | 0.8% | - |
| XYZ | 29.51 | 15.17 | 23.93 | - |
| YUV | 89.77 | 152.97 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 134 | 0 | 0.89 | 0.34 | 0.2 | 323.2 | 0.8 | 0.45 |
| Hex | CC | 17 | 86 | 0 | 59 | 22 | 14 | 143 | 50 | 2D |
| Octal | 314 | 27 | 206 | 0 | 131 | 42 | 24 | 503 | 120 | 55 |
| Binary | 11001100 | 10111 | 10000110 | 0 | 1011001 | 100010 | 10100 | 101000011 | 1010000 | 101101 |
Color Harmonies of #CC1786
Complementary color
Monochromatic Colors of #CC1786
Black with #CC1786
Text Example
Text Example
White with #CC1786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1786; }
p { color: rgb(204,23,134); }
H1.HeaderClassName
{
color: #CC1786;
}
.AnyTagClassName
{
color: #CC1786;
}
</style>
background-color css
<style>
a { background-color: #CC1786; }
a { background-color: rgb(204,23,134); }
div.DivClassName
{
background-color: #CC1786;
}
.BgClassName
{
background-color: #CC1786;
}
</style>
border-color css
<style>
span { border-color: #CC1786; }
span { border-color: rgb(204,23,134); }
td.TdClassName
{
border-color: #CC1786;
}
.TagClassName
{
border-color: #CC1786;
}
</style>