Shades of Medium Violet Red #CF117B
Tints of Medium Violet Red #CF117B
RGB
CMYK
RGB Variations
Color information
#CF117B (or 0xCF117B) is known color: Medium Violet Red. HEX triplet: CF, 11 and 7B. RGB value is (207,17,123). Sum of RGB (Red+Green+Blue) = 207+17+123=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF117B is #30EE84. Grayscale: #555555. Windows color (decimal): -3206789 or 8065487. OLE color: 8065487.
HSL color Cylindrical-coordinate representation of color #CF117B: hue angle of 326.53º 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 #CF117B is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 123 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.19 |
| HSL | 326.53º | 0.85% | 0.44% | - |
| HSV(B) | 326.53º | 0.92% | 0.81% | - |
| XYZ | 29.51 | 15.1 | 20.1 | - |
| YUV | 85.89 | 148.95 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 123 | 0 | 0.92 | 0.41 | 0.19 | 326.53 | 0.85 | 0.44 |
| Hex | CF | 11 | 7B | 0 | 5C | 29 | 13 | 147 | 55 | 2C |
| Octal | 317 | 21 | 173 | 0 | 134 | 51 | 23 | 507 | 125 | 54 |
| Binary | 11001111 | 10001 | 1111011 | 0 | 1011100 | 101001 | 10011 | 101000111 | 1010101 | 101100 |
Color Harmonies of #CF117B
Complementary color
Monochromatic Colors of #CF117B
Black with #CF117B
Text Example
Text Example
White with #CF117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF117B; }
p { color: rgb(207,17,123); }
H1.HeaderClassName
{
color: #CF117B;
}
.AnyTagClassName
{
color: #CF117B;
}
</style>
background-color css
<style>
a { background-color: #CF117B; }
a { background-color: rgb(207,17,123); }
div.DivClassName
{
background-color: #CF117B;
}
.BgClassName
{
background-color: #CF117B;
}
</style>
border-color css
<style>
span { border-color: #CF117B; }
span { border-color: rgb(207,17,123); }
td.TdClassName
{
border-color: #CF117B;
}
.TagClassName
{
border-color: #CF117B;
}
</style>