Shades of Medium Violet Red #CF167B
Tints of Medium Violet Red #CF167B
RGB
CMYK
RGB Variations
Color information
#CF167B (or 0xCF167B) is known color: Medium Violet Red. HEX triplet: CF, 16 and 7B. RGB value is (207,22,123). Sum of RGB (Red+Green+Blue) = 207+22+123=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF167B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF167B is #30E984. Grayscale: #585858. Windows color (decimal): -3205509 or 8066767. OLE color: 8066767.
HSL color Cylindrical-coordinate representation of color #CF167B: hue angle of 327.24º 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 #CF167B is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 123 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.19 |
| HSL | 327.24º | 0.81% | 0.45% | - |
| HSV(B) | 327.24º | 0.89% | 0.81% | - |
| XYZ | 29.59 | 15.27 | 20.13 | - |
| YUV | 88.83 | 147.29 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 123 | 0 | 0.89 | 0.41 | 0.19 | 327.24 | 0.81 | 0.45 |
| Hex | CF | 16 | 7B | 0 | 59 | 29 | 13 | 147 | 51 | 2D |
| Octal | 317 | 26 | 173 | 0 | 131 | 51 | 23 | 507 | 121 | 55 |
| Binary | 11001111 | 10110 | 1111011 | 0 | 1011001 | 101001 | 10011 | 101000111 | 1010001 | 101101 |
Color Harmonies of #CF167B
Complementary color
Monochromatic Colors of #CF167B
Black with #CF167B
Text Example
Text Example
White with #CF167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF167B; }
p { color: rgb(207,22,123); }
H1.HeaderClassName
{
color: #CF167B;
}
.AnyTagClassName
{
color: #CF167B;
}
</style>
background-color css
<style>
a { background-color: #CF167B; }
a { background-color: rgb(207,22,123); }
div.DivClassName
{
background-color: #CF167B;
}
.BgClassName
{
background-color: #CF167B;
}
</style>
border-color css
<style>
span { border-color: #CF167B; }
span { border-color: rgb(207,22,123); }
td.TdClassName
{
border-color: #CF167B;
}
.TagClassName
{
border-color: #CF167B;
}
</style>