Shades of Medium Violet Red #CC1678
Tints of Medium Violet Red #CC1678
RGB
CMYK
RGB Variations
Color information
#CC1678 (or 0xCC1678) is known color: Medium Violet Red. HEX triplet: CC, 16 and 78. RGB value is (204,22,120). Sum of RGB (Red+Green+Blue) = 204+22+120=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1678 is #33E987. Grayscale: #575757. Windows color (decimal): -3402120 or 7870156. OLE color: 7870156.
HSL color Cylindrical-coordinate representation of color #CC1678: hue angle of 327.69º 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 #CC1678 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 120 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.2 |
| HSL | 327.69º | 0.81% | 0.44% | - |
| HSV(B) | 327.69º | 0.89% | 0.8% | - |
| XYZ | 28.58 | 14.77 | 19.11 | - |
| YUV | 87.59 | 146.3 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 120 | 0 | 0.89 | 0.41 | 0.2 | 327.69 | 0.81 | 0.44 |
| Hex | CC | 16 | 78 | 0 | 59 | 29 | 14 | 148 | 51 | 2C |
| Octal | 314 | 26 | 170 | 0 | 131 | 51 | 24 | 510 | 121 | 54 |
| Binary | 11001100 | 10110 | 1111000 | 0 | 1011001 | 101001 | 10100 | 101001000 | 1010001 | 101100 |
Color Harmonies of #CC1678
Complementary color
Monochromatic Colors of #CC1678
Black with #CC1678
Text Example
Text Example
White with #CC1678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1678; }
p { color: rgb(204,22,120); }
H1.HeaderClassName
{
color: #CC1678;
}
.AnyTagClassName
{
color: #CC1678;
}
</style>
background-color css
<style>
a { background-color: #CC1678; }
a { background-color: rgb(204,22,120); }
div.DivClassName
{
background-color: #CC1678;
}
.BgClassName
{
background-color: #CC1678;
}
</style>
border-color css
<style>
span { border-color: #CC1678; }
span { border-color: rgb(204,22,120); }
td.TdClassName
{
border-color: #CC1678;
}
.TagClassName
{
border-color: #CC1678;
}
</style>