Shades of Medium Violet Red #CF117A
Tints of Medium Violet Red #CF117A
RGB
CMYK
RGB Variations
Color information
#CF117A (or 0xCF117A) is known color: Medium Violet Red. HEX triplet: CF, 11 and 7A. RGB value is (207,17,122). Sum of RGB (Red+Green+Blue) = 207+17+122=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF117A is #30EE85. Grayscale: #555555. Windows color (decimal): -3206790 or 7999951. OLE color: 7999951.
HSL color Cylindrical-coordinate representation of color #CF117A: hue angle of 326.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 #CF117A is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 122 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.19 |
| HSL | 326.84º | 0.85% | 0.44% | - |
| HSV(B) | 326.84º | 0.92% | 0.81% | - |
| XYZ | 29.45 | 15.07 | 19.77 | - |
| YUV | 85.78 | 148.45 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 122 | 0 | 0.92 | 0.41 | 0.19 | 326.84 | 0.85 | 0.44 |
| Hex | CF | 11 | 7A | 0 | 5C | 29 | 13 | 147 | 55 | 2C |
| Octal | 317 | 21 | 172 | 0 | 134 | 51 | 23 | 507 | 125 | 54 |
| Binary | 11001111 | 10001 | 1111010 | 0 | 1011100 | 101001 | 10011 | 101000111 | 1010101 | 101100 |
Color Harmonies of #CF117A
Complementary color
Monochromatic Colors of #CF117A
Black with #CF117A
Text Example
Text Example
White with #CF117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF117A; }
p { color: rgb(207,17,122); }
H1.HeaderClassName
{
color: #CF117A;
}
.AnyTagClassName
{
color: #CF117A;
}
</style>
background-color css
<style>
a { background-color: #CF117A; }
a { background-color: rgb(207,17,122); }
div.DivClassName
{
background-color: #CF117A;
}
.BgClassName
{
background-color: #CF117A;
}
</style>
border-color css
<style>
span { border-color: #CF117A; }
span { border-color: rgb(207,17,122); }
td.TdClassName
{
border-color: #CF117A;
}
.TagClassName
{
border-color: #CF117A;
}
</style>