Shades of Medium Violet Red #CF169D
Tints of Medium Violet Red #CF169D
RGB
CMYK
RGB Variations
Color information
#CF169D (or 0xCF169D) is known color: Medium Violet Red. HEX triplet: CF, 16 and 9D. RGB value is (207,22,157). Sum of RGB (Red+Green+Blue) = 207+22+157=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF169D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF169D is #30E962. Grayscale: #5C5C5C. Windows color (decimal): -3205475 or 10294991. OLE color: 10294991.
HSL color Cylindrical-coordinate representation of color #CF169D: hue angle of 316.22º 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 #CF169D is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 157 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.19 |
| HSL | 316.22º | 0.81% | 0.45% | - |
| HSV(B) | 316.22º | 0.89% | 0.81% | - |
| XYZ | 32.1 | 16.27 | 33.35 | - |
| YUV | 92.71 | 164.29 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 157 | 0 | 0.89 | 0.24 | 0.19 | 316.22 | 0.81 | 0.45 |
| Hex | CF | 16 | 9D | 0 | 59 | 18 | 13 | 13C | 51 | 2D |
| Octal | 317 | 26 | 235 | 0 | 131 | 30 | 23 | 474 | 121 | 55 |
| Binary | 11001111 | 10110 | 10011101 | 0 | 1011001 | 11000 | 10011 | 100111100 | 1010001 | 101101 |
Color Harmonies of #CF169D
Complementary color
Monochromatic Colors of #CF169D
Black with #CF169D
Text Example
Text Example
White with #CF169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF169D; }
p { color: rgb(207,22,157); }
H1.HeaderClassName
{
color: #CF169D;
}
.AnyTagClassName
{
color: #CF169D;
}
</style>
background-color css
<style>
a { background-color: #CF169D; }
a { background-color: rgb(207,22,157); }
div.DivClassName
{
background-color: #CF169D;
}
.BgClassName
{
background-color: #CF169D;
}
</style>
border-color css
<style>
span { border-color: #CF169D; }
span { border-color: rgb(207,22,157); }
td.TdClassName
{
border-color: #CF169D;
}
.TagClassName
{
border-color: #CF169D;
}
</style>