Shades of Medium Violet Red #CF167C
Tints of Medium Violet Red #CF167C
RGB
CMYK
RGB Variations
Color information
#CF167C (or 0xCF167C) is known color: Medium Violet Red. HEX triplet: CF, 16 and 7C. RGB value is (207,22,124). Sum of RGB (Red+Green+Blue) = 207+22+124=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF167C is #30E983. Grayscale: #585858. Windows color (decimal): -3205508 or 8132303. OLE color: 8132303.
HSL color Cylindrical-coordinate representation of color #CF167C: hue angle of 326.92º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF167C is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 124 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.19 |
| HSL | 326.92º | 0.81% | 0.45% | - |
| HSV(B) | 326.92º | 0.89% | 0.81% | - |
| XYZ | 29.66 | 15.29 | 20.46 | - |
| YUV | 88.94 | 147.79 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 124 | 0 | 0.89 | 0.40 | 0.19 | 326.92 | 0.81 | 0.45 |
| Hex | CF | 16 | 7C | 0 | 59 | 28 | 13 | 147 | 51 | 2D |
| Octal | 317 | 26 | 174 | 0 | 131 | 50 | 23 | 507 | 121 | 55 |
| Binary | 11001111 | 10110 | 1111100 | 0 | 1011001 | 101000 | 10011 | 101000111 | 1010001 | 101101 |
Color Harmonies of #CF167C
Complementary color
Monochromatic Colors of #CF167C
Black with #CF167C
Text Example
Text Example
White with #CF167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF167C; }
p { color: rgb(207,22,124); }
H1.HeaderClassName
{
color: #CF167C;
}
.AnyTagClassName
{
color: #CF167C;
}
</style>
background-color css
<style>
a { background-color: #CF167C; }
a { background-color: rgb(207,22,124); }
div.DivClassName
{
background-color: #CF167C;
}
.BgClassName
{
background-color: #CF167C;
}
</style>
border-color css
<style>
span { border-color: #CF167C; }
span { border-color: rgb(207,22,124); }
td.TdClassName
{
border-color: #CF167C;
}
.TagClassName
{
border-color: #CF167C;
}
</style>