Shades of Medium Violet Red #CF167E
Tints of Medium Violet Red #CF167E
RGB
CMYK
RGB Variations
Color information
#CF167E (or 0xCF167E) is known color: Medium Violet Red. HEX triplet: CF, 16 and 7E. RGB value is (207,22,126). Sum of RGB (Red+Green+Blue) = 207+22+126=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF167E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF167E is #30E981. Grayscale: #585858. Windows color (decimal): -3205506 or 8263375. OLE color: 8263375.
HSL color Cylindrical-coordinate representation of color #CF167E: hue angle of 326.27º 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 #CF167E is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 126 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.19 |
| HSL | 326.27º | 0.81% | 0.45% | - |
| HSV(B) | 326.27º | 0.89% | 0.81% | - |
| XYZ | 29.78 | 15.35 | 21.13 | - |
| YUV | 89.17 | 148.79 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 126 | 0 | 0.89 | 0.39 | 0.19 | 326.27 | 0.81 | 0.45 |
| Hex | CF | 16 | 7E | 0 | 59 | 27 | 13 | 146 | 51 | 2D |
| Octal | 317 | 26 | 176 | 0 | 131 | 47 | 23 | 506 | 121 | 55 |
| Binary | 11001111 | 10110 | 1111110 | 0 | 1011001 | 100111 | 10011 | 101000110 | 1010001 | 101101 |
Color Harmonies of #CF167E
Complementary color
Monochromatic Colors of #CF167E
Black with #CF167E
Text Example
Text Example
White with #CF167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF167E; }
p { color: rgb(207,22,126); }
H1.HeaderClassName
{
color: #CF167E;
}
.AnyTagClassName
{
color: #CF167E;
}
</style>
background-color css
<style>
a { background-color: #CF167E; }
a { background-color: rgb(207,22,126); }
div.DivClassName
{
background-color: #CF167E;
}
.BgClassName
{
background-color: #CF167E;
}
</style>
border-color css
<style>
span { border-color: #CF167E; }
span { border-color: rgb(207,22,126); }
td.TdClassName
{
border-color: #CF167E;
}
.TagClassName
{
border-color: #CF167E;
}
</style>