Shades of Medium Violet Red #CF1696
Tints of Medium Violet Red #CF1696
RGB
CMYK
RGB Variations
Color information
#CF1696 (or 0xCF1696) is known color: Medium Violet Red. HEX triplet: CF, 16 and 96. RGB value is (207,22,150). Sum of RGB (Red+Green+Blue) = 207+22+150=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1696 is #30E969. Grayscale: #5B5B5B. Windows color (decimal): -3205482 or 9836239. OLE color: 9836239.
HSL color Cylindrical-coordinate representation of color #CF1696: hue angle of 318.49º 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 #CF1696 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 150 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.19 |
| HSL | 318.49º | 0.81% | 0.45% | - |
| HSV(B) | 318.49º | 0.89% | 0.81% | - |
| XYZ | 31.52 | 16.04 | 30.29 | - |
| YUV | 91.91 | 160.79 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 150 | 0 | 0.89 | 0.28 | 0.19 | 318.49 | 0.81 | 0.45 |
| Hex | CF | 16 | 96 | 0 | 59 | 1C | 13 | 13E | 51 | 2D |
| Octal | 317 | 26 | 226 | 0 | 131 | 34 | 23 | 476 | 121 | 55 |
| Binary | 11001111 | 10110 | 10010110 | 0 | 1011001 | 11100 | 10011 | 100111110 | 1010001 | 101101 |
Color Harmonies of #CF1696
Complementary color
Monochromatic Colors of #CF1696
Black with #CF1696
Text Example
Text Example
White with #CF1696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1696; }
p { color: rgb(207,22,150); }
H1.HeaderClassName
{
color: #CF1696;
}
.AnyTagClassName
{
color: #CF1696;
}
</style>
background-color css
<style>
a { background-color: #CF1696; }
a { background-color: rgb(207,22,150); }
div.DivClassName
{
background-color: #CF1696;
}
.BgClassName
{
background-color: #CF1696;
}
</style>
border-color css
<style>
span { border-color: #CF1696; }
span { border-color: rgb(207,22,150); }
td.TdClassName
{
border-color: #CF1696;
}
.TagClassName
{
border-color: #CF1696;
}
</style>