Shades of Medium Violet Red #CC1679
Tints of Medium Violet Red #CC1679
RGB
CMYK
RGB Variations
Color information
#CC1679 (or 0xCC1679) is known color: Medium Violet Red. HEX triplet: CC, 16 and 79. RGB value is (204,22,121). Sum of RGB (Red+Green+Blue) = 204+22+121=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1679 is #33E986. Grayscale: #575757. Windows color (decimal): -3402119 or 7935692. OLE color: 7935692.
HSL color Cylindrical-coordinate representation of color #CC1679: hue angle of 327.36º 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 #CC1679 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 121 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.2 |
| HSL | 327.36º | 0.81% | 0.44% | - |
| HSV(B) | 327.36º | 0.89% | 0.8% | - |
| XYZ | 28.64 | 14.79 | 19.43 | - |
| YUV | 87.7 | 146.8 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 121 | 0 | 0.89 | 0.41 | 0.2 | 327.36 | 0.81 | 0.44 |
| Hex | CC | 16 | 79 | 0 | 59 | 29 | 14 | 147 | 51 | 2C |
| Octal | 314 | 26 | 171 | 0 | 131 | 51 | 24 | 507 | 121 | 54 |
| Binary | 11001100 | 10110 | 1111001 | 0 | 1011001 | 101001 | 10100 | 101000111 | 1010001 | 101100 |
Color Harmonies of #CC1679
Complementary color
Monochromatic Colors of #CC1679
Black with #CC1679
Text Example
Text Example
White with #CC1679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1679; }
p { color: rgb(204,22,121); }
H1.HeaderClassName
{
color: #CC1679;
}
.AnyTagClassName
{
color: #CC1679;
}
</style>
background-color css
<style>
a { background-color: #CC1679; }
a { background-color: rgb(204,22,121); }
div.DivClassName
{
background-color: #CC1679;
}
.BgClassName
{
background-color: #CC1679;
}
</style>
border-color css
<style>
span { border-color: #CC1679; }
span { border-color: rgb(204,22,121); }
td.TdClassName
{
border-color: #CC1679;
}
.TagClassName
{
border-color: #CC1679;
}
</style>