Shades of Medium Violet Red #CC167D
Tints of Medium Violet Red #CC167D
RGB
CMYK
RGB Variations
Color information
#CC167D (or 0xCC167D) is known color: Medium Violet Red. HEX triplet: CC, 16 and 7D. RGB value is (204,22,125). Sum of RGB (Red+Green+Blue) = 204+22+125=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC167D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC167D is #33E982. Grayscale: #575757. Windows color (decimal): -3402115 or 8197836. OLE color: 8197836.
HSL color Cylindrical-coordinate representation of color #CC167D: hue angle of 326.04º 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 #CC167D is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 125 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.2 |
| HSL | 326.04º | 0.81% | 0.44% | - |
| HSV(B) | 326.04º | 0.89% | 0.8% | - |
| XYZ | 28.89 | 14.89 | 20.75 | - |
| YUV | 88.16 | 148.8 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 125 | 0 | 0.89 | 0.39 | 0.2 | 326.04 | 0.81 | 0.44 |
| Hex | CC | 16 | 7D | 0 | 59 | 27 | 14 | 146 | 51 | 2C |
| Octal | 314 | 26 | 175 | 0 | 131 | 47 | 24 | 506 | 121 | 54 |
| Binary | 11001100 | 10110 | 1111101 | 0 | 1011001 | 100111 | 10100 | 101000110 | 1010001 | 101100 |
Color Harmonies of #CC167D
Complementary color
Monochromatic Colors of #CC167D
Black with #CC167D
Text Example
Text Example
White with #CC167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC167D; }
p { color: rgb(204,22,125); }
H1.HeaderClassName
{
color: #CC167D;
}
.AnyTagClassName
{
color: #CC167D;
}
</style>
background-color css
<style>
a { background-color: #CC167D; }
a { background-color: rgb(204,22,125); }
div.DivClassName
{
background-color: #CC167D;
}
.BgClassName
{
background-color: #CC167D;
}
</style>
border-color css
<style>
span { border-color: #CC167D; }
span { border-color: rgb(204,22,125); }
td.TdClassName
{
border-color: #CC167D;
}
.TagClassName
{
border-color: #CC167D;
}
</style>