Shades of Medium Violet Red #CF118F
Tints of Medium Violet Red #CF118F
RGB
CMYK
RGB Variations
Color information
#CF118F (or 0xCF118F) is known color: Medium Violet Red. HEX triplet: CF, 11 and 8F. RGB value is (207,17,143). Sum of RGB (Red+Green+Blue) = 207+17+143=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF118F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF118F is #30EE70. Grayscale: #575757. Windows color (decimal): -3206769 or 9376207. OLE color: 9376207.
HSL color Cylindrical-coordinate representation of color #CF118F: hue angle of 320.21º 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 #CF118F is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 143 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.19 |
| HSL | 320.21º | 0.85% | 0.44% | - |
| HSV(B) | 320.21º | 0.92% | 0.81% | - |
| XYZ | 30.89 | 15.65 | 27.38 | - |
| YUV | 88.17 | 158.95 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 143 | 0 | 0.92 | 0.31 | 0.19 | 320.21 | 0.85 | 0.44 |
| Hex | CF | 11 | 8F | 0 | 5C | 1F | 13 | 140 | 55 | 2C |
| Octal | 317 | 21 | 217 | 0 | 134 | 37 | 23 | 500 | 125 | 54 |
| Binary | 11001111 | 10001 | 10001111 | 0 | 1011100 | 11111 | 10011 | 101000000 | 1010101 | 101100 |
Color Harmonies of #CF118F
Complementary color
Monochromatic Colors of #CF118F
Black with #CF118F
Text Example
Text Example
White with #CF118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF118F; }
p { color: rgb(207,17,143); }
H1.HeaderClassName
{
color: #CF118F;
}
.AnyTagClassName
{
color: #CF118F;
}
</style>
background-color css
<style>
a { background-color: #CF118F; }
a { background-color: rgb(207,17,143); }
div.DivClassName
{
background-color: #CF118F;
}
.BgClassName
{
background-color: #CF118F;
}
</style>
border-color css
<style>
span { border-color: #CF118F; }
span { border-color: rgb(207,17,143); }
td.TdClassName
{
border-color: #CF118F;
}
.TagClassName
{
border-color: #CF118F;
}
</style>