Shades of Medium Violet Red #CC167C
Tints of Medium Violet Red #CC167C
RGB
CMYK
RGB Variations
Color information
#CC167C (or 0xCC167C) is known color: Medium Violet Red. HEX triplet: CC, 16 and 7C. RGB value is (204,22,124). Sum of RGB (Red+Green+Blue) = 204+22+124=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC167C is #33E983. Grayscale: #575757. Windows color (decimal): -3402116 or 8132300. OLE color: 8132300.
HSL color Cylindrical-coordinate representation of color #CC167C: hue angle of 326.37º 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 #CC167C is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 124 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.2 |
| HSL | 326.37º | 0.81% | 0.44% | - |
| HSV(B) | 326.37º | 0.89% | 0.8% | - |
| XYZ | 28.83 | 14.87 | 20.42 | - |
| YUV | 88.05 | 148.3 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 124 | 0 | 0.89 | 0.39 | 0.2 | 326.37 | 0.81 | 0.44 |
| Hex | CC | 16 | 7C | 0 | 59 | 27 | 14 | 146 | 51 | 2C |
| Octal | 314 | 26 | 174 | 0 | 131 | 47 | 24 | 506 | 121 | 54 |
| Binary | 11001100 | 10110 | 1111100 | 0 | 1011001 | 100111 | 10100 | 101000110 | 1010001 | 101100 |
Color Harmonies of #CC167C
Complementary color
Monochromatic Colors of #CC167C
Black with #CC167C
Text Example
Text Example
White with #CC167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC167C; }
p { color: rgb(204,22,124); }
H1.HeaderClassName
{
color: #CC167C;
}
.AnyTagClassName
{
color: #CC167C;
}
</style>
background-color css
<style>
a { background-color: #CC167C; }
a { background-color: rgb(204,22,124); }
div.DivClassName
{
background-color: #CC167C;
}
.BgClassName
{
background-color: #CC167C;
}
</style>
border-color css
<style>
span { border-color: #CC167C; }
span { border-color: rgb(204,22,124); }
td.TdClassName
{
border-color: #CC167C;
}
.TagClassName
{
border-color: #CC167C;
}
</style>