Shades of Medium Violet Red #CF117D
Tints of Medium Violet Red #CF117D
RGB
CMYK
RGB Variations
Color information
#CF117D (or 0xCF117D) is known color: Medium Violet Red. HEX triplet: CF, 11 and 7D. RGB value is (207,17,125). Sum of RGB (Red+Green+Blue) = 207+17+125=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF117D is #30EE82. Grayscale: #555555. Windows color (decimal): -3206787 or 8196559. OLE color: 8196559.
HSL color Cylindrical-coordinate representation of color #CF117D: hue angle of 325.89º 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 #CF117D is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 125 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.19 |
| HSL | 325.89º | 0.85% | 0.44% | - |
| HSV(B) | 325.89º | 0.92% | 0.81% | - |
| XYZ | 29.63 | 15.15 | 20.76 | - |
| YUV | 86.12 | 149.95 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 125 | 0 | 0.92 | 0.40 | 0.19 | 325.89 | 0.85 | 0.44 |
| Hex | CF | 11 | 7D | 0 | 5C | 28 | 13 | 146 | 55 | 2C |
| Octal | 317 | 21 | 175 | 0 | 134 | 50 | 23 | 506 | 125 | 54 |
| Binary | 11001111 | 10001 | 1111101 | 0 | 1011100 | 101000 | 10011 | 101000110 | 1010101 | 101100 |
Color Harmonies of #CF117D
Complementary color
Monochromatic Colors of #CF117D
Black with #CF117D
Text Example
Text Example
White with #CF117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF117D; }
p { color: rgb(207,17,125); }
H1.HeaderClassName
{
color: #CF117D;
}
.AnyTagClassName
{
color: #CF117D;
}
</style>
background-color css
<style>
a { background-color: #CF117D; }
a { background-color: rgb(207,17,125); }
div.DivClassName
{
background-color: #CF117D;
}
.BgClassName
{
background-color: #CF117D;
}
</style>
border-color css
<style>
span { border-color: #CF117D; }
span { border-color: rgb(207,17,125); }
td.TdClassName
{
border-color: #CF117D;
}
.TagClassName
{
border-color: #CF117D;
}
</style>