Shades of Medium Violet Red #CC1779
Tints of Medium Violet Red #CC1779
RGB
CMYK
RGB Variations
Color information
#CC1779 (or 0xCC1779) is known color: Medium Violet Red. HEX triplet: CC, 17 and 79. RGB value is (204,23,121). Sum of RGB (Red+Green+Blue) = 204+23+121=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1779 is #33E886. Grayscale: #585858. Windows color (decimal): -3401863 or 7935948. OLE color: 7935948.
HSL color Cylindrical-coordinate representation of color #CC1779: hue angle of 327.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 #CC1779 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 121 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.2 |
| HSL | 327.51º | 0.8% | 0.45% | - |
| HSV(B) | 327.51º | 0.89% | 0.8% | - |
| XYZ | 28.66 | 14.83 | 19.44 | - |
| YUV | 88.29 | 146.47 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 121 | 0 | 0.89 | 0.41 | 0.2 | 327.51 | 0.8 | 0.45 |
| Hex | CC | 17 | 79 | 0 | 59 | 29 | 14 | 148 | 50 | 2D |
| Octal | 314 | 27 | 171 | 0 | 131 | 51 | 24 | 510 | 120 | 55 |
| Binary | 11001100 | 10111 | 1111001 | 0 | 1011001 | 101001 | 10100 | 101001000 | 1010000 | 101101 |
Color Harmonies of #CC1779
Complementary color
Monochromatic Colors of #CC1779
Black with #CC1779
Text Example
Text Example
White with #CC1779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1779; }
p { color: rgb(204,23,121); }
H1.HeaderClassName
{
color: #CC1779;
}
.AnyTagClassName
{
color: #CC1779;
}
</style>
background-color css
<style>
a { background-color: #CC1779; }
a { background-color: rgb(204,23,121); }
div.DivClassName
{
background-color: #CC1779;
}
.BgClassName
{
background-color: #CC1779;
}
</style>
border-color css
<style>
span { border-color: #CC1779; }
span { border-color: rgb(204,23,121); }
td.TdClassName
{
border-color: #CC1779;
}
.TagClassName
{
border-color: #CC1779;
}
</style>