Shades of Medium Violet Red #CF118D
Tints of Medium Violet Red #CF118D
RGB
CMYK
RGB Variations
Color information
#CF118D (or 0xCF118D) is known color: Medium Violet Red. HEX triplet: CF, 11 and 8D. RGB value is (207,17,141). Sum of RGB (Red+Green+Blue) = 207+17+141=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF118D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF118D is #30EE72. Grayscale: #575757. Windows color (decimal): -3206771 or 9245135. OLE color: 9245135.
HSL color Cylindrical-coordinate representation of color #CF118D: hue angle of 320.84º 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 #CF118D is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 141 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.19 |
| HSL | 320.84º | 0.85% | 0.44% | - |
| HSV(B) | 320.84º | 0.92% | 0.81% | - |
| XYZ | 30.74 | 15.59 | 26.59 | - |
| YUV | 87.95 | 157.95 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 141 | 0 | 0.92 | 0.32 | 0.19 | 320.84 | 0.85 | 0.44 |
| Hex | CF | 11 | 8D | 0 | 5C | 20 | 13 | 141 | 55 | 2C |
| Octal | 317 | 21 | 215 | 0 | 134 | 40 | 23 | 501 | 125 | 54 |
| Binary | 11001111 | 10001 | 10001101 | 0 | 1011100 | 100000 | 10011 | 101000001 | 1010101 | 101100 |
Color Harmonies of #CF118D
Complementary color
Monochromatic Colors of #CF118D
Black with #CF118D
Text Example
Text Example
White with #CF118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF118D; }
p { color: rgb(207,17,141); }
H1.HeaderClassName
{
color: #CF118D;
}
.AnyTagClassName
{
color: #CF118D;
}
</style>
background-color css
<style>
a { background-color: #CF118D; }
a { background-color: rgb(207,17,141); }
div.DivClassName
{
background-color: #CF118D;
}
.BgClassName
{
background-color: #CF118D;
}
</style>
border-color css
<style>
span { border-color: #CF118D; }
span { border-color: rgb(207,17,141); }
td.TdClassName
{
border-color: #CF118D;
}
.TagClassName
{
border-color: #CF118D;
}
</style>