Shades of Medium Violet Red #CF167F
Tints of Medium Violet Red #CF167F
RGB
CMYK
RGB Variations
Color information
#CF167F (or 0xCF167F) is known color: Medium Violet Red. HEX triplet: CF, 16 and 7F. RGB value is (207,22,127). Sum of RGB (Red+Green+Blue) = 207+22+127=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF167F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF167F is #30E980. Grayscale: #595959. Windows color (decimal): -3205505 or 8328911. OLE color: 8328911.
HSL color Cylindrical-coordinate representation of color #CF167F: hue angle of 325.95º 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 #CF167F is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 127 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.19 |
| HSL | 325.95º | 0.81% | 0.45% | - |
| HSV(B) | 325.95º | 0.89% | 0.81% | - |
| XYZ | 29.85 | 15.37 | 21.47 | - |
| YUV | 89.29 | 149.29 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 127 | 0 | 0.89 | 0.39 | 0.19 | 325.95 | 0.81 | 0.45 |
| Hex | CF | 16 | 7F | 0 | 59 | 27 | 13 | 146 | 51 | 2D |
| Octal | 317 | 26 | 177 | 0 | 131 | 47 | 23 | 506 | 121 | 55 |
| Binary | 11001111 | 10110 | 1111111 | 0 | 1011001 | 100111 | 10011 | 101000110 | 1010001 | 101101 |
Color Harmonies of #CF167F
Complementary color
Monochromatic Colors of #CF167F
Black with #CF167F
Text Example
Text Example
White with #CF167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF167F; }
p { color: rgb(207,22,127); }
H1.HeaderClassName
{
color: #CF167F;
}
.AnyTagClassName
{
color: #CF167F;
}
</style>
background-color css
<style>
a { background-color: #CF167F; }
a { background-color: rgb(207,22,127); }
div.DivClassName
{
background-color: #CF167F;
}
.BgClassName
{
background-color: #CF167F;
}
</style>
border-color css
<style>
span { border-color: #CF167F; }
span { border-color: rgb(207,22,127); }
td.TdClassName
{
border-color: #CF167F;
}
.TagClassName
{
border-color: #CF167F;
}
</style>