Shades of Medium Violet Red #CF118B
Tints of Medium Violet Red #CF118B
RGB
CMYK
RGB Variations
Color information
#CF118B (or 0xCF118B) is known color: Medium Violet Red. HEX triplet: CF, 11 and 8B. RGB value is (207,17,139). Sum of RGB (Red+Green+Blue) = 207+17+139=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF118B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF118B is #30EE74. Grayscale: #575757. Windows color (decimal): -3206773 or 9114063. OLE color: 9114063.
HSL color Cylindrical-coordinate representation of color #CF118B: hue angle of 321.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 #CF118B is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 139 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.19 |
| HSL | 321.47º | 0.85% | 0.44% | - |
| HSV(B) | 321.47º | 0.92% | 0.81% | - |
| XYZ | 30.59 | 15.53 | 25.81 | - |
| YUV | 87.72 | 156.95 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 139 | 0 | 0.92 | 0.33 | 0.19 | 321.47 | 0.85 | 0.44 |
| Hex | CF | 11 | 8B | 0 | 5C | 21 | 13 | 141 | 55 | 2C |
| Octal | 317 | 21 | 213 | 0 | 134 | 41 | 23 | 501 | 125 | 54 |
| Binary | 11001111 | 10001 | 10001011 | 0 | 1011100 | 100001 | 10011 | 101000001 | 1010101 | 101100 |
Color Harmonies of #CF118B
Complementary color
Monochromatic Colors of #CF118B
Black with #CF118B
Text Example
Text Example
White with #CF118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF118B; }
p { color: rgb(207,17,139); }
H1.HeaderClassName
{
color: #CF118B;
}
.AnyTagClassName
{
color: #CF118B;
}
</style>
background-color css
<style>
a { background-color: #CF118B; }
a { background-color: rgb(207,17,139); }
div.DivClassName
{
background-color: #CF118B;
}
.BgClassName
{
background-color: #CF118B;
}
</style>
border-color css
<style>
span { border-color: #CF118B; }
span { border-color: rgb(207,17,139); }
td.TdClassName
{
border-color: #CF118B;
}
.TagClassName
{
border-color: #CF118B;
}
</style>