Shades of Medium Violet Red #CC1775
Tints of Medium Violet Red #CC1775
RGB
CMYK
RGB Variations
Color information
#CC1775 (or 0xCC1775) is known color: Medium Violet Red. HEX triplet: CC, 17 and 75. RGB value is (204,23,117). Sum of RGB (Red+Green+Blue) = 204+23+117=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1775 is #33E88A. Grayscale: #575757. Windows color (decimal): -3401867 or 7673804. OLE color: 7673804.
HSL color Cylindrical-coordinate representation of color #CC1775: hue angle of 328.84º 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 #CC1775 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 117 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.2 |
| HSL | 328.84º | 0.8% | 0.45% | - |
| HSV(B) | 328.84º | 0.89% | 0.8% | - |
| XYZ | 28.42 | 14.73 | 18.18 | - |
| YUV | 87.84 | 144.47 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 117 | 0 | 0.89 | 0.43 | 0.2 | 328.84 | 0.8 | 0.45 |
| Hex | CC | 17 | 75 | 0 | 59 | 2B | 14 | 149 | 50 | 2D |
| Octal | 314 | 27 | 165 | 0 | 131 | 53 | 24 | 511 | 120 | 55 |
| Binary | 11001100 | 10111 | 1110101 | 0 | 1011001 | 101011 | 10100 | 101001001 | 1010000 | 101101 |
Color Harmonies of #CC1775
Complementary color
Monochromatic Colors of #CC1775
Black with #CC1775
Text Example
Text Example
White with #CC1775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1775; }
p { color: rgb(204,23,117); }
H1.HeaderClassName
{
color: #CC1775;
}
.AnyTagClassName
{
color: #CC1775;
}
</style>
background-color css
<style>
a { background-color: #CC1775; }
a { background-color: rgb(204,23,117); }
div.DivClassName
{
background-color: #CC1775;
}
.BgClassName
{
background-color: #CC1775;
}
</style>
border-color css
<style>
span { border-color: #CC1775; }
span { border-color: rgb(204,23,117); }
td.TdClassName
{
border-color: #CC1775;
}
.TagClassName
{
border-color: #CC1775;
}
</style>