Shades of Medium Violet Red #CF2096
Tints of Medium Violet Red #CF2096
RGB
CMYK
RGB Variations
Color information
#CF2096 (or 0xCF2096) is known color: Medium Violet Red. HEX triplet: CF, 20 and 96. RGB value is (207,32,150). Sum of RGB (Red+Green+Blue) = 207+32+150=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2096 is #30DF69. Grayscale: #616161. Windows color (decimal): -3202922 or 9838799. OLE color: 9838799.
HSL color Cylindrical-coordinate representation of color #CF2096: hue angle of 319.54º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF2096 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 150 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.19 |
| HSL | 319.54º | 0.73% | 0.47% | - |
| HSV(B) | 319.54º | 0.85% | 0.81% | - |
| XYZ | 31.75 | 16.5 | 30.37 | - |
| YUV | 97.78 | 157.48 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 150 | 0 | 0.85 | 0.28 | 0.19 | 319.54 | 0.73 | 0.47 |
| Hex | CF | 20 | 96 | 0 | 55 | 1C | 13 | 140 | 49 | 2F |
| Octal | 317 | 40 | 226 | 0 | 125 | 34 | 23 | 500 | 111 | 57 |
| Binary | 11001111 | 100000 | 10010110 | 0 | 1010101 | 11100 | 10011 | 101000000 | 1001001 | 101111 |
Color Harmonies of #CF2096
Complementary color
Monochromatic Colors of #CF2096
Black with #CF2096
Text Example
Text Example
White with #CF2096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2096; }
p { color: rgb(207,32,150); }
H1.HeaderClassName
{
color: #CF2096;
}
.AnyTagClassName
{
color: #CF2096;
}
</style>
background-color css
<style>
a { background-color: #CF2096; }
a { background-color: rgb(207,32,150); }
div.DivClassName
{
background-color: #CF2096;
}
.BgClassName
{
background-color: #CF2096;
}
</style>
border-color css
<style>
span { border-color: #CF2096; }
span { border-color: rgb(207,32,150); }
td.TdClassName
{
border-color: #CF2096;
}
.TagClassName
{
border-color: #CF2096;
}
</style>