Shades of Medium Violet Red #CF1179
Tints of Medium Violet Red #CF1179
RGB
CMYK
RGB Variations
Color information
#CF1179 (or 0xCF1179) is known color: Medium Violet Red. HEX triplet: CF, 11 and 79. RGB value is (207,17,121). Sum of RGB (Red+Green+Blue) = 207+17+121=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1179 is #30EE86. Grayscale: #555555. Windows color (decimal): -3206791 or 7934415. OLE color: 7934415.
HSL color Cylindrical-coordinate representation of color #CF1179: hue angle of 327.16º 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 #CF1179 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 121 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.19 |
| HSL | 327.16º | 0.85% | 0.44% | - |
| HSV(B) | 327.16º | 0.92% | 0.81% | - |
| XYZ | 29.38 | 15.05 | 19.44 | - |
| YUV | 85.67 | 147.95 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 121 | 0 | 0.92 | 0.42 | 0.19 | 327.16 | 0.85 | 0.44 |
| Hex | CF | 11 | 79 | 0 | 5C | 2A | 13 | 147 | 55 | 2C |
| Octal | 317 | 21 | 171 | 0 | 134 | 52 | 23 | 507 | 125 | 54 |
| Binary | 11001111 | 10001 | 1111001 | 0 | 1011100 | 101010 | 10011 | 101000111 | 1010101 | 101100 |
Color Harmonies of #CF1179
Complementary color
Monochromatic Colors of #CF1179
Black with #CF1179
Text Example
Text Example
White with #CF1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1179; }
p { color: rgb(207,17,121); }
H1.HeaderClassName
{
color: #CF1179;
}
.AnyTagClassName
{
color: #CF1179;
}
</style>
background-color css
<style>
a { background-color: #CF1179; }
a { background-color: rgb(207,17,121); }
div.DivClassName
{
background-color: #CF1179;
}
.BgClassName
{
background-color: #CF1179;
}
</style>
border-color css
<style>
span { border-color: #CF1179; }
span { border-color: rgb(207,17,121); }
td.TdClassName
{
border-color: #CF1179;
}
.TagClassName
{
border-color: #CF1179;
}
</style>