Shades of Medium Violet Red #CF119E
Tints of Medium Violet Red #CF119E
RGB
CMYK
RGB Variations
Color information
#CF119E (or 0xCF119E) is known color: Medium Violet Red. HEX triplet: CF, 11 and 9E. RGB value is (207,17,158). Sum of RGB (Red+Green+Blue) = 207+17+158=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF119E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF119E is #30EE61. Grayscale: #595959. Windows color (decimal): -3206754 or 10359247. OLE color: 10359247.
HSL color Cylindrical-coordinate representation of color #CF119E: hue angle of 315.47º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF119E is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 158 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.19 |
| HSL | 315.47º | 0.85% | 0.44% | - |
| HSV(B) | 315.47º | 0.92% | 0.81% | - |
| XYZ | 32.1 | 16.13 | 33.77 | - |
| YUV | 89.88 | 166.45 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 158 | 0 | 0.92 | 0.24 | 0.19 | 315.47 | 0.85 | 0.44 |
| Hex | CF | 11 | 9E | 0 | 5C | 18 | 13 | 13B | 55 | 2C |
| Octal | 317 | 21 | 236 | 0 | 134 | 30 | 23 | 473 | 125 | 54 |
| Binary | 11001111 | 10001 | 10011110 | 0 | 1011100 | 11000 | 10011 | 100111011 | 1010101 | 101100 |
Color Harmonies of #CF119E
Complementary color
Monochromatic Colors of #CF119E
Black with #CF119E
Text Example
Text Example
White with #CF119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF119E; }
p { color: rgb(207,17,158); }
H1.HeaderClassName
{
color: #CF119E;
}
.AnyTagClassName
{
color: #CF119E;
}
</style>
background-color css
<style>
a { background-color: #CF119E; }
a { background-color: rgb(207,17,158); }
div.DivClassName
{
background-color: #CF119E;
}
.BgClassName
{
background-color: #CF119E;
}
</style>
border-color css
<style>
span { border-color: #CF119E; }
span { border-color: rgb(207,17,158); }
td.TdClassName
{
border-color: #CF119E;
}
.TagClassName
{
border-color: #CF119E;
}
</style>