Shades of Medium Violet Red #CC1776
Tints of Medium Violet Red #CC1776
RGB
CMYK
RGB Variations
Color information
#CC1776 (or 0xCC1776) is known color: Medium Violet Red. HEX triplet: CC, 17 and 76. RGB value is (204,23,118). Sum of RGB (Red+Green+Blue) = 204+23+118=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1776 is #33E889. Grayscale: #575757. Windows color (decimal): -3401866 or 7739340. OLE color: 7739340.
HSL color Cylindrical-coordinate representation of color #CC1776: hue angle of 328.51º 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 #CC1776 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 118 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.2 |
| HSL | 328.51º | 0.8% | 0.45% | - |
| HSV(B) | 328.51º | 0.89% | 0.8% | - |
| XYZ | 28.48 | 14.76 | 18.49 | - |
| YUV | 87.95 | 144.97 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 118 | 0 | 0.89 | 0.42 | 0.2 | 328.51 | 0.8 | 0.45 |
| Hex | CC | 17 | 76 | 0 | 59 | 2A | 14 | 149 | 50 | 2D |
| Octal | 314 | 27 | 166 | 0 | 131 | 52 | 24 | 511 | 120 | 55 |
| Binary | 11001100 | 10111 | 1110110 | 0 | 1011001 | 101010 | 10100 | 101001001 | 1010000 | 101101 |
Color Harmonies of #CC1776
Complementary color
Monochromatic Colors of #CC1776
Black with #CC1776
Text Example
Text Example
White with #CC1776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1776; }
p { color: rgb(204,23,118); }
H1.HeaderClassName
{
color: #CC1776;
}
.AnyTagClassName
{
color: #CC1776;
}
</style>
background-color css
<style>
a { background-color: #CC1776; }
a { background-color: rgb(204,23,118); }
div.DivClassName
{
background-color: #CC1776;
}
.BgClassName
{
background-color: #CC1776;
}
</style>
border-color css
<style>
span { border-color: #CC1776; }
span { border-color: rgb(204,23,118); }
td.TdClassName
{
border-color: #CC1776;
}
.TagClassName
{
border-color: #CC1776;
}
</style>